aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-10 01:08:41 +0000
committerRob Landley <rob@landley.net>2006-08-10 01:08:41 +0000
commitb988462d3e419559cf34c59d06323c59ba0a38df (patch)
tree5bed687786c68a4483a3184fa959dcd2d99a3b84
parent519d7df930d2ac14b7a833c0255a4a5abd5a329b (diff)
downloadbusybox-w32-b988462d3e419559cf34c59d06323c59ba0a38df.tar.gz
busybox-w32-b988462d3e419559cf34c59d06323c59ba0a38df.tar.bz2
busybox-w32-b988462d3e419559cf34c59d06323c59ba0a38df.zip
Ok, features.h already defines _OPEN_SOURCE (and complains if it's already
defined), yet it's not doing it for scripts/individual for some reason. (I hate fighting with header files.)
-rw-r--r--include/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index a4ff9b8d7..ca6f3634f 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -154,7 +154,6 @@ __extension__ typedef unsigned long long __u64;
154 154
155#if defined __GLIBC__ || defined __UCLIBC__ \ 155#if defined __GLIBC__ || defined __UCLIBC__ \
156 || defined __dietlibc__ || defined _NEWLIB_VERSION 156 || defined __dietlibc__ || defined _NEWLIB_VERSION
157#define _XOPEN_SOURCE
158#include <features.h> 157#include <features.h>
159#define HAVE_FEATURES_H 158#define HAVE_FEATURES_H
160#include <stdint.h> 159#include <stdint.h>