From 5f90c2e2e6364b4f0e6a07e476f1b6dd29ddb9ef Mon Sep 17 00:00:00 2001 From: Paolo Date: Fri, 26 Jul 2024 11:10:46 +0200 Subject: [PATCH] add missing include --- templates/common/callbacks.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/common/callbacks.h b/templates/common/callbacks.h index 2a1c5d4..ec88c7f 100644 --- a/templates/common/callbacks.h +++ b/templates/common/callbacks.h @@ -1,6 +1,8 @@ #ifndef TIBIA_CALLBACKS_H #define TIBIA_CALLBACKS_H +#include + typedef struct { void *handle; const char *format;