work around IRIX

This commit is contained in:
Felix von Leitner 2004-01-06 23:20:23 +00:00
parent 2abef9fef7
commit 9a457dee95
1 changed files with 1 additions and 1 deletions

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