diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 20:10:13 +1000 |
commit | d2a9ddeb6cc58284996fbc5367877c99fee8914e (patch) | |
tree | 187cadb382d0336bbc529cc7ca9e3d1ccd680213 /libbb/regex.c | |
parent | 1fa419fb3c7ef91e878398bb0388854d27d7bd8f (diff) | |
download | busybox-w32-old.tar.gz busybox-w32-old.tar.bz2 busybox-w32-old.zip |
general warning cleanupold
Diffstat (limited to 'libbb/regex.c')
-rw-r--r-- | libbb/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/regex.c b/libbb/regex.c index 87b33e466..2cca16934 100644 --- a/libbb/regex.c +++ b/libbb/regex.c | |||
@@ -24,7 +24,9 @@ | |||
24 | #pragma alloca | 24 | #pragma alloca |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | #ifndef _GNU_SOURCE | ||
27 | #define _GNU_SOURCE | 28 | #define _GNU_SOURCE |
29 | #endif | ||
28 | 30 | ||
29 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ | 31 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ |
30 | #include <sys/types.h> | 32 | #include <sys/types.h> |