diff options
Diffstat (limited to 'games/dopewars/files/patch-ab')
-rw-r--r-- | games/dopewars/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/dopewars/files/patch-ab b/games/dopewars/files/patch-ab index 0d7a6364f3f8..cc53fcb1cad1 100644 --- a/games/dopewars/files/patch-ab +++ b/games/dopewars/files/patch-ab @@ -1,10 +1,10 @@ ---- dopeos.h.orig Fri Jan 14 16:13:24 2000 -+++ dopeos.h Fri Jan 14 16:14:40 2000 -@@ -127,6 +127,7 @@ - #else /* Definitions for Unix build */ +--- src/dopeos.h.orig Mon Jun 18 14:31:50 2001 ++++ src/dopeos.h Mon Jun 18 14:32:17 2001 +@@ -31,6 +31,7 @@ + #include <string.h> #if NETWORKING +#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> + #include <winsock.h> + #endif + |