diff options
author | Miles Bader <miles@gnu.org> | 1997-02-13 22:05:53 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-13 22:05:53 +0000 |
commit | c39220bbccf498ef44fb655a4f68fbf4cf033704 (patch) | |
tree | 3a477b2a72149de4b7dabaf4bb5fa0e56bf6266e /libshouldbeinlibc/argp-parse.c | |
parent | 60c715d9c5c527339fc24fed469ba6ca02244680 (diff) |
[HAVE_CONFIG_H] <config.h>: New include.
Diffstat (limited to 'libshouldbeinlibc/argp-parse.c')
-rw-r--r-- | libshouldbeinlibc/argp-parse.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <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 <unistd.h> |