1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 07:03:21 +02:00

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

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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9658 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-05 18:45:11 +00:00
parent b4f5ad4506
commit 78217eb87a

View File

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