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:
parent
b4f5ad4506
commit
78217eb87a
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user