add missing include
This commit is contained in:
parent
76e1b4bd8a
commit
5f90c2e2e6
@ -1,6 +1,8 @@
|
|||||||
#ifndef TIBIA_CALLBACKS_H
|
#ifndef TIBIA_CALLBACKS_H
|
||||||
#define TIBIA_CALLBACKS_H
|
#define TIBIA_CALLBACKS_H
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *handle;
|
void *handle;
|
||||||
const char *format;
|
const char *format;
|
||||||
|
Loading…
Reference in New Issue
Block a user