fix (add more headers)

This commit is contained in:
Aleksey Cheusov 2011-05-29 08:59:17 +00:00 committed by Thomas Klausner
parent 25eb9f4eac
commit b420f057d1

View file

@ -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))