X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffopen-safer.c;h=3502dbaa8c3b07c2a3128808212f5308e1d221c7;hb=0ce7f76658b09f777589767563e64d34356708a7;hp=ccaf1219f0446683eedbc2d1ccf1affc9db9c072;hpb=794b55ff3dcebba4518b555161f97ef6524a7270;p=gnulib.git diff --git a/lib/fopen-safer.c b/lib/fopen-safer.c index ccaf1219f..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. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "stdio-safer.h"