X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-read.c;h=4375bf2743007244718b71519ed9f02804039ddf;hb=8cdf507496138203fbf4c3f36c70575825ad7bf1;hp=2303ea111a58c12509ffb11ac608661fd9cd7a31;hpb=1934bbbae2095a684c35adeee169867abe734277;p=gnulib.git diff --git a/lib/safe-read.c b/lib/safe-read.c index 2303ea111..4375bf274 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -12,28 +12,22 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ -#include -#else -#include "config.h" -#endif +# include #endif #include #ifdef HAVE_UNISTD_H -#include +# include #endif #include -#ifndef STDC_HEADERS +#ifndef errno extern int errno; #endif