007-missing-headers.patch 442 B

12345678910
  1. --- busybox-1.18.1/include/platform.h~ Mon Dec 20 00:41:03 2010
  2. +++ busybox-1.18.1/include/platform.h Thu Jan 6 20:03:58 2011
  3. @@ -155,6 +155,7 @@
  4. # include <sex.h>
  5. #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \
  6. || defined(__APPLE__)
  7. +# include <sys/param.h> /* contains needed types for the following */
  8. # include <sys/resource.h> /* rlimit */
  9. # include <machine/endian.h>
  10. # define bswap_64 __bswap64