diff options
Diffstat (limited to 'games/bomberclone/files/patch-src::udp.c')
-rw-r--r-- | games/bomberclone/files/patch-src::udp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/bomberclone/files/patch-src::udp.c b/games/bomberclone/files/patch-src::udp.c new file mode 100644 index 000000000000..2e7409ce2a39 --- /dev/null +++ b/games/bomberclone/files/patch-src::udp.c @@ -0,0 +1,10 @@ +--- src/udp.c.orig Mon Apr 28 06:56:46 2003 ++++ src/udp.c Fri May 2 17:30:03 2003 +@@ -10,6 +10,7 @@ + #include <fcntl.h> + #include <sys/types.h> + #include <time.h> ++#include <sys/time.h> + #ifdef _WIN32 + #include <winsock.h> + #else |