diff options
Diffstat (limited to 'libshouldbeinlibc/argp-fmtstream.c')
-rw-r--r-- | libshouldbeinlibc/argp-fmtstream.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp-fmtstream.c b/libshouldbeinlibc/argp-fmtstream.c index bdceceea..c7203dea 100644 --- a/libshouldbeinlibc/argp-fmtstream.c +++ b/libshouldbeinlibc/argp-fmtstream.c @@ -1,4 +1,4 @@ -/* Word-wrapping and line-truncating streams. +/* Word-wrapping and line-truncating streams 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>. @@ -21,6 +21,10 @@ /* This package emulates glibc `line_wrap_stream' semantics for systems that don't have that. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <string.h> #include <errno.h> |