diff options
Diffstat (limited to 'gl/getdelim.c')
-rw-r--r-- | gl/getdelim.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/getdelim.c b/gl/getdelim.c index a131b0c632..e0b8a708ba 100644 --- a/gl/getdelim.c +++ b/gl/getdelim.c @@ -1,5 +1,5 @@ /* getdelim.c --- Implementation of replacement getdelim function. - Copyright (C) 1994, 1996, 1997, 1998, 2001, 2003, 2005 Free + Copyright (C) 1994, 1996, 1997, 1998, 2001, 2003, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or @@ -19,9 +19,7 @@ /* Ported from glibc by Simon Josefsson. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include "getdelim.h" |