diff options
Diffstat (limited to 'libshouldbeinlibc/argp-xinl.c')
-rw-r--r-- | libshouldbeinlibc/argp-xinl.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-xinl.c b/libshouldbeinlibc/argp-xinl.c index 336f2995..35a8f832 100644 --- a/libshouldbeinlibc/argp-xinl.c +++ b/libshouldbeinlibc/argp-xinl.c @@ -1,4 +1,4 @@ -/* Real definitions for extern inline functions in argp.h. +/* Real definitions for extern inline functions in argp.h 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 + #define ARGP_EI #undef __OPTIMIZE__ #define __OPTIMIZE__ |