Include stdio.h and stdlib.h.
This commit is contained in:
parent
5d6fb58006
commit
a20cc430b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue