summaryrefslogtreecommitdiffstats
path: root/lib/getline.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-22 14:47:50 +0000
committerBruno Haible <bruno@clisp.org>2001-09-22 14:47:50 +0000
commit31ee5d561790ff5c148a7afb17b73d4d4ed1ca95 (patch)
tree45dde59c14c77113fc5161df0f4471151cea7ea8 /lib/getline.c
parentfdb5271b8f40aa2ab6edf48086824c56b4808a78 (diff)
downloadexternal_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.zip
external_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.tar.gz
external_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.tar.bz2
Include specification .h file in implementation .c file.
Diffstat (limited to 'lib/getline.c')
-rw-r--r--lib/getline.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/getline.c b/lib/getline.c
index 4bbdfe9..02592b1 100644
--- a/lib/getline.c
+++ b/lib/getline.c
@@ -1,6 +1,6 @@
/* getline.c -- Replacement for GNU C library function getline
-Copyright (C) 1993, 1996 Free Software Foundation, Inc.
+Copyright (C) 1993, 1996, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -22,6 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# include <config.h>
#endif
+/* Specification. */
+#include "getline.h"
+
/* The `getdelim' function is only declared if the following symbol
is defined. */
#ifndef _GNU_SOURCE