From f1731031716368f07797e93cc7ae71e155ac92e0 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Thu, 6 Jan 2011 20:08:01 +0000 Subject: fix build error due to missing includes Signed-off-by: Thorsten Glaser --- package/busybox/patches/007-missing-headers.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/busybox/patches/007-missing-headers.patch (limited to 'package/busybox/patches') diff --git a/package/busybox/patches/007-missing-headers.patch b/package/busybox/patches/007-missing-headers.patch new file mode 100644 index 000000000..cba28970f --- /dev/null +++ b/package/busybox/patches/007-missing-headers.patch @@ -0,0 +1,10 @@ +--- busybox-1.18.1/include/platform.h~ Mon Dec 20 00:41:03 2010 ++++ busybox-1.18.1/include/platform.h Thu Jan 6 20:03:58 2011 +@@ -155,6 +155,7 @@ + # include + #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \ + || defined(__APPLE__) ++# include /* contains needed types for the following */ + # include /* rlimit */ + # include + # define bswap_64 __bswap64 -- cgit v1.2.3