Add #include <alloca.h> so bfd can be built with native compiler.
authorMichael Tiemann <tiemann@cygnus>
Wed, 15 Jul 1992 16:06:03 +0000 (16:06 +0000)
committerMichael Tiemann <tiemann@cygnus>
Wed, 15 Jul 1992 16:06:03 +0000 (16:06 +0000)
bfd/hosts/sparc-ll.h
bfd/hosts/sparc.h

index 78ad5db269efc63a119fc5446d72cb8f6ed88009..1f7c6952a8c5aabf1f5cfc7acc7c9013144477eb 100644 (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
index 1239406dfd7a7788d6a599e62354f3b69dc0b21a..3ae9af69618e2d8f29d598f44c91a4061ff4d05a 100644 (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
This page took 0.024379 seconds and 4 git commands to generate.