1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-09 16:26:29 +02:00

tools/mkimage: Include sys/types.h on Darwin/BSD.

Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9658
This commit is contained in:
Felix Fietkau 2007-12-05 18:45:11 +00:00
parent 5a9fed951a
commit 3a4d04f6ec

View File

@ -38,8 +38,8 @@
#if defined(__BEOS__) || defined(__NetBSD__) || defined(__APPLE__)
#include <inttypes.h>
#include <sys/types.h>
#endif
#ifdef __WIN32__
typedef unsigned int __u32;