<sys/types.h> is required for <dirent.h>. Improve Sun alloca.

This commit is contained in:
John Gilmore
1991-11-22 17:07:42 +00:00
parent de0da6cee0
commit 3f73352f90
5 changed files with 11 additions and 4 deletions

View File

@@ -5,10 +5,11 @@
#else
#if defined (sparc) && defined (sun)
#include <alloca.h>
#else
#endif
extern char *alloca ();
#endif
#endif
#include <sys/types.h> /* Needed by dirent.h */
#if defined (USG) && defined (TIOCGWINSZ)
#include <sys/stream.h>