Support Solaris 9 sendfile
parent
1748073c1e
commit
7ddce27f49
@ -1,3 +1,3 @@
|
||||
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__)
|
||||
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__) || defined(__sun__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue