work around IRIX

This commit is contained in:
leitner 2004-01-06 23:20:23 +00:00
parent 860c881a68
commit 3eb26af29d

View File

@ -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