work around IRIX
This commit is contained in:
parent
860c881a68
commit
3eb26af29d
@ -2,7 +2,7 @@
|
||||
#include "byte.h"
|
||||
#include <ctype.h>
|
||||
#include "socket.h"
|
||||
#if defined(__linux__)
|
||||
#if defined(__linux__) || defined(_SGI_SOURCE)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user