Include stdio.h and stdlib.h.

This commit is contained in:
rpaulo 2006-04-12 15:39:39 +00:00
parent 5d6fb58006
commit a20cc430b3
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#endif /* __linux__ */
#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/endian.h>
#define __BYTE_ORDER _BYTE_ORDER