From e6bfa583a6d02fc57ecf6a76b2071b86bcefbef8 Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Thu, 1 Aug 2024 17:09:40 +0200 Subject: [PATCH] fix include --- templates/common/callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/callbacks.h b/templates/common/callbacks.h index ec88c7f..d48e47b 100644 --- a/templates/common/callbacks.h +++ b/templates/common/callbacks.h @@ -1,7 +1,7 @@ #ifndef TIBIA_CALLBACKS_H #define TIBIA_CALLBACKS_H -#include +#include typedef struct { void *handle;