blob: ea39eff07400f3da07213965c2bd3461be1a468c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- common/game_search_packets.c.orig Wed Jan 7 16:16:05 2004
+++ common/game_search_packets.c Wed Jan 7 16:18:38 2004
@@ -3,6 +3,9 @@
Copyright (c) 1997-2002 Bungie Studios
Refer to the file "License.txt" for details
*/
+#include <string.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include "cseries.h"
#include "byte_swapping.h"
|