aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2009-08-06 20:39:28 -0500
committerRob Landley <rob@landley.net>2009-08-06 20:39:28 -0500
commit6f4584958bc299b073ce20801e6184fb1af3baac (patch)
treeb4cd2f128521caf3ce05b04db9afb1190fe13ca2 /toys.h
parenta97792d7d0d6dd518023fe31421fae51532b7f59 (diff)
downloadtoybox-6f4584958bc299b073ce20801e6184fb1af3baac.tar.gz
Make a warning go away on Fedora 11.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 2920cca4..93907fb6 100644
--- a/toys.h
+++ b/toys.h
@@ -35,6 +35,7 @@
#include <unistd.h>
#include <utime.h>
+#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#include <time.h>