summaryrefslogtreecommitdiff
path: root/gl/getline.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-30 08:41:37 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-30 08:41:37 +0000
commit7df5419da539d9caf81727902fca00b73c0e2d9f (patch)
tree953f1ac1bc32081ebc1894f802efd3f67cf671d3 /gl/getline.c
parentefa0d800987baa5e7a921e94e93b08bdbc268950 (diff)
downloadgnutls-7df5419da539d9caf81727902fca00b73c0e2d9f.tar.gz
Update.
Diffstat (limited to 'gl/getline.c')
-rw-r--r--gl/getline.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/getline.c b/gl/getline.c
index ab054fba6b..c8c9244a04 100644
--- a/gl/getline.c
+++ b/gl/getline.c
@@ -1,5 +1,5 @@
/* getline.c --- Implementation of replacement getline function.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 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
@@ -18,9 +18,7 @@
/* Written by Simon Josefsson. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include "getdelim.h"
#include "getline.h"