Ticket #315: libggz-0.99.5.patch
| File libggz-0.99.5.patch, 470 bytes (added by michaelvoliveira, 4 years ago) |
|---|
-
ggz-base-libs-snapshot-0.99.
diff -Naur ggz-base-libs-snapshot-0.99.5/ggzcore/netxml.c ggz-base-libs-snapshot-0.99.5-haiku/ggzcore/netxml.c
old new 37 37 #include <sys/types.h> 38 38 #include <unistd.h> 39 39 40 #ifdef (__HAIKU__) 41 #include <sys/select.h> 42 #endif 43 44 40 45 #ifdef HAVE_WINSOCK2_H 41 46 # include <winsock2.h> 42 47 #endif
