add missing include

This commit is contained in:
Paolo Marrone 2024-07-26 11:10:46 +02:00
parent 76e1b4bd8a
commit 5f90c2e2e6

View File

@ -1,6 +1,8 @@
#ifndef TIBIA_CALLBACKS_H
#define TIBIA_CALLBACKS_H
#include <inttypes.h>
typedef struct {
void *handle;
const char *format;