You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
336 B
14 lines
336 B
|
11 years ago
|
Index: src/slonik/slonik.c
|
||
|
|
--- src/slonik/slonik.c.orig 2015-01-19 02:28:48.000000000 +0100
|
||
|
|
+++ src/slonik/slonik.c 2015-08-16 12:22:59.533144220 +0200
|
||
|
|
@@ -22,7 +22,9 @@
|
||
|
|
#include <ctype.h>
|
||
|
|
#include <sys/types.h>
|
||
|
|
#include <sys/wait.h>
|
||
|
|
+#ifdef __linux__
|
||
|
|
#include <alloca.h>
|
||
|
|
+#endif
|
||
|
|
#else
|
||
|
|
#include <winsock2.h>
|
||
|
|
#include <windows.h>
|