summaryrefslogtreecommitdiff
path: root/lib/argp-xinl.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2003-10-04 12:28:06 +0000
committerKarl Berry <karl@freefriends.org>2003-10-04 12:28:06 +0000
commitf81666cf0bfd795a33feea079c6196ed7fc39f2b (patch)
tree77a71998e553d22f6a373830d419166886223f87 /lib/argp-xinl.c
parent8a44c30bc7cef8b2cb82dbd2d5be24a4e25e7090 (diff)
downloadgnulib-f81666cf0bfd795a33feea079c6196ed7fc39f2b.tar.gz
argp update from libc
Diffstat (limited to 'lib/argp-xinl.c')
-rw-r--r--lib/argp-xinl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/argp-xinl.c b/lib/argp-xinl.c
index 11bab59d1d..a59b9f32a5 100644
--- a/lib/argp-xinl.c
+++ b/lib/argp-xinl.c
@@ -21,7 +21,9 @@
#include <config.h>
#endif
-#include <features.h>
+#if defined _LIBC || defined HAVE_FEATURES_H
+# include <features.h>
+#endif
#ifndef __USE_EXTERN_INLINES
# define __USE_EXTERN_INLINES 1