X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdelim.c;h=b6a061e1f8cca3eb359ec34986fa04b4070c3fd6;hb=49adc7288d58c1db38d72be52d719e987f71233a;hp=1004022d6ddf9b59cc8db90a7efff983640f164e;hpb=341111f654709cd0295607a4abbe721495c77e90;p=gnulib.git diff --git a/lib/getdelim.c b/lib/getdelim.c index 1004022d6..b6a061e1f 100644 --- a/lib/getdelim.c +++ b/lib/getdelim.c @@ -1,5 +1,5 @@ /* getdelim.c --- Implementation of replacement getdelim function. - Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2012 Free Software + Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or @@ -17,12 +17,12 @@ /* Ported from glibc by Simon Josefsson. */ -#include - /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the lineptr == NULL || n == NULL || fp == NULL tests below. */ #define _GL_ARG_NONNULL(params) +#include + #include #include