* solaris2.h: Get the definition of alloca from alloca.h if we
aren't using gcc.
This commit is contained in:
parent
c50c519792
commit
79d47bd097
@ -2,4 +2,7 @@
|
||||
|
||||
#include "hosts/sysv4.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
/* That's all... */
|
||||
|
Loading…
x
Reference in New Issue
Block a user