fix (add more headers)
This commit is contained in:
parent
25eb9f4eac
commit
b420f057d1
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
#define _NBTOOL_CONFIG_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define __UNCONST(a) ((void *) (intptr_t) (const void *) (a))
|
||||
|
||||
|
|
Loading…
Reference in a new issue