summaryrefslogtreecommitdiff
path: root/gl/getline.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-08-23 17:40:08 +0200
committerSimon Josefsson <simon@josefsson.org>2007-08-23 17:40:08 +0200
commit10c2f14eb0fae90918073ca3c3b0a790659b80e4 (patch)
tree229f59edf6368b00c587610155f6b243876170b8 /gl/getline.c
parent14783da8dd644011272997fe5315d297cca7f936 (diff)
downloadgnutls-10c2f14eb0fae90918073ca3c3b0a790659b80e4.tar.gz
Upgrade gnulib files.
Diffstat (limited to 'gl/getline.c')
-rw-r--r--gl/getline.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gl/getline.c b/gl/getline.c
index c8c9244a04..817c2813b3 100644
--- a/gl/getline.c
+++ b/gl/getline.c
@@ -1,5 +1,5 @@
/* getline.c --- Implementation of replacement getline function.
- Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006, 2007 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
@@ -20,8 +20,7 @@
#include <config.h>
-#include "getdelim.h"
-#include "getline.h"
+#include <stdio.h>
ssize_t
getline (char **lineptr, size_t *n, FILE *stream)