summaryrefslogtreecommitdiffstats
path: root/games/Scorched3D/scorched-svn_glibc-2.15_fix.patch
blob: 690d51f0741690e2177bb249381fa6b147e45bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: scorched/src/client/client/SecureID.cpp
===================================================================
--- scorched/src/client/client/SecureID.cpp	(revision 549)
+++ scorched/src/client/client/SecureID.cpp	(working copy)
@@ -75,6 +75,7 @@
 
 #include <sys/ioctl.h>
 #include <net/if.h>
+#include <unistd.h>
 
 std::string SecureID::GetPrivateKey(void)
 {