fix include

This commit is contained in:
Paolo Marrone 2024-08-01 17:09:40 +02:00
parent c4e60c745e
commit e6bfa583a6

View File

@ -1,7 +1,7 @@
#ifndef TIBIA_CALLBACKS_H #ifndef TIBIA_CALLBACKS_H
#define TIBIA_CALLBACKS_H #define TIBIA_CALLBACKS_H
#include <inttypes.h> #include <stddef.h>
typedef struct { typedef struct {
void *handle; void *handle;