Add #include <alloca.h> so bfd can be built with native compiler.

This commit is contained in:
Michael Tiemann 1992-07-15 16:06:03 +00:00
parent dc2239ac77
commit dd6cc3c938
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
#include <alloca.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif

View File

@ -6,6 +6,7 @@
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
#include <alloca.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif