From c39220bbccf498ef44fb655a4f68fbf4cf033704 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 13 Feb 1997 22:05:53 +0000 Subject: [HAVE_CONFIG_H] : New include. --- libshouldbeinlibc/argp-parse.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libshouldbeinlibc/argp-parse.c') diff --git a/libshouldbeinlibc/argp-parse.c b/libshouldbeinlibc/argp-parse.c index 74b2ac93..a6e4edb3 100644 --- a/libshouldbeinlibc/argp-parse.c +++ b/libshouldbeinlibc/argp-parse.c @@ -1,4 +1,4 @@ -/* Hierarchial argument parsing, layered over getopt. +/* Hierarchial argument parsing, layered over getopt Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -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 +#endif + #include #include #include -- cgit v1.2.3