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-fmtstream.c | |
parent | 60c715d9c5c527339fc24fed469ba6ca02244680 (diff) |
[HAVE_CONFIG_H] <config.h>: New include.
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> |