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:
parent
5a9fed951a
commit
3a4d04f6ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue