mirror of /home/gitosis/repositories/libowfat.git
work around IRIX
This commit is contained in:
parent
2abef9fef7
commit
9a457dee95
|
@ -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…
Reference in New Issue