* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.

This commit is contained in:
Stu Grossman 1992-06-19 22:50:08 +00:00
parent 39140ed22b
commit bde34fd96d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com)
* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
* config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.

View File

@ -7,5 +7,6 @@
extern char *alloca ();
#endif
#include <sys/types.h>
#include <sys/dir.h>
typedef struct direct dirent;