summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc/argp-test.c')
-rw-r--r--libshouldbeinlibc/argp-test.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-test.c b/libshouldbeinlibc/argp-test.c
index 9eabec3d..ae72b223 100644
--- a/libshouldbeinlibc/argp-test.c
+++ b/libshouldbeinlibc/argp-test.c
@@ -1,4 +1,4 @@
-/* Test program for argp argument parser.
+/* Test program for argp argument parser
Copyright (C) 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 <argp.h>
char *argp_program_version = "argp-test 1.0";