* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.

From-SVN: r30067
This commit is contained in:
Philippe De Muyter 1999-10-18 10:36:29 +02:00 committed by Jeff Law
parent e43cc14299
commit d7d36ea879
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 18 02:30:47 1999 Philippe De Muyter <phdm@macqel.be>
* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
* Makefile.in (CFILES): Add hashtab.c

View File

@ -21,6 +21,8 @@
#endif
#include "ansidecl.h"
#include <sys/types.h> /* For `size_t' */
#include <stdio.h> /* For `NULL' */
#include <errno.h>
#if !defined(errno) && !defined(HAVE_ERRNO_DECL)