Commit 7a98f269 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.

From-SVN: r33681
parent ccedaff3
2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
* i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
......
......@@ -164,9 +164,7 @@ extern int fputs_unlocked PARAMS ((const char *, FILE *));
#define TARGET_ESC 033
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <errno.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment