mirror of git://gcc.gnu.org/git/gcc.git
* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
From-SVN: r30067
This commit is contained in:
parent
e43cc14299
commit
d7d36ea879
|
@ -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>
|
Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (CFILES): Add hashtab.c
|
* Makefile.in (CFILES): Add hashtab.c
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
|
#include <sys/types.h> /* For `size_t' */
|
||||||
|
#include <stdio.h> /* For `NULL' */
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#if !defined(errno) && !defined(HAVE_ERRNO_DECL)
|
#if !defined(errno) && !defined(HAVE_ERRNO_DECL)
|
||||||
|
|
Loading…
Reference in New Issue