aboutsummaryrefslogtreecommitdiff
path: root/games/vanilla-conquer/files/patch-common_wspudp.cpp
blob: 6726b7d4e1364cdd0478e96a2ae96e4816e4189e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- common/wspudp.cpp.orig	2022-08-04 11:21:27 UTC
+++ common/wspudp.cpp
@@ -54,6 +54,7 @@ extern WWKeyboardClass* Keyboard;
 #include <assert.h>
 
 #ifndef _WIN32
+#include <netinet/in.h>
 #include <ifaddrs.h>
 #endif