X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadtokens0.c;h=b60fd5a4478d9a2a8777cb75280a5e681adf482c;hb=c5ce79f4c514b37b5756e85530112d778cff302a;hp=55b39a747f58c74ce5db113575901e9f571e74b1;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/readtokens0.c b/lib/readtokens0.c index 55b39a747..b60fd5a44 100644 --- a/lib/readtokens0.c +++ b/lib/readtokens0.c @@ -1,5 +1,6 @@ /* readtokens0.c -- Read NUL-separated tokens from an input stream. - Copyright (C) 2004 Free Software Foundation, Inc. + + Copyright (C) 2004, 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 published by @@ -17,9 +18,8 @@ Written by Jim Meyering. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include + #include #include "readtokens0.h"