X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffopen-safer.c;h=3502dbaa8c3b07c2a3128808212f5308e1d221c7;hb=c03635e1ae69ad9fc848ed85ed5dc8e0c7c9b68c;hp=4f2ffa1b850c41058ee9d0f03ebaa9bf5da7d6fc;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/fopen-safer.c b/lib/fopen-safer.c index 4f2ffa1b8..3502dbaa8 100644 --- a/lib/fopen-safer.c +++ b/lib/fopen-safer.c @@ -1,5 +1,6 @@ /* Invoke fopen, but avoid some glitches. - Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. + + Copyright (C) 2001, 2004, 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 published by @@ -17,9 +18,7 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "stdio-safer.h"