mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 19:41:25 +08:00
* 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>
|
||||
|
||||
* Makefile.in (CFILES): Add hashtab.c
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user