aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp-help.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-13 22:05:53 +0000
committerMiles Bader <miles@gnu.org>1997-02-13 22:05:53 +0000
commitc39220bbccf498ef44fb655a4f68fbf4cf033704 (patch)
tree3a477b2a72149de4b7dabaf4bb5fa0e56bf6266e /libshouldbeinlibc/argp-help.c
parent60c715d9c5c527339fc24fed469ba6ca02244680 (diff)
downloadhurd-c39220bbccf498ef44fb655a4f68fbf4cf033704.tar.gz
hurd-c39220bbccf498ef44fb655a4f68fbf4cf033704.tar.bz2
hurd-c39220bbccf498ef44fb655a4f68fbf4cf033704.zip
[HAVE_CONFIG_H] <config.h>: New include.
Diffstat (limited to 'libshouldbeinlibc/argp-help.c')
-rw-r--r--libshouldbeinlibc/argp-help.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c
index 5556d209..b9c98cf9 100644
--- a/libshouldbeinlibc/argp-help.c
+++ b/libshouldbeinlibc/argp-help.c
@@ -1,4 +1,4 @@
-/* Hierarchial argument parsing help output.
+/* Hierarchial argument parsing help output
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.
@@ -18,6 +18,10 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdlib.h>
#include <string.h>
#include <assert.h>