summaryrefslogtreecommitdiff
path: root/emulators/ppsspp/files/patch-native_net_http__client.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ppsspp/files/patch-native_net_http__client.h')
-rw-r--r--emulators/ppsspp/files/patch-native_net_http__client.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/ppsspp/files/patch-native_net_http__client.h b/emulators/ppsspp/files/patch-native_net_http__client.h
new file mode 100644
index 000000000000..2174632d576a
--- /dev/null
+++ b/emulators/ppsspp/files/patch-native_net_http__client.h
@@ -0,0 +1,14 @@
+--- native/net/http_client.h.orig 2015-02-23 23:22:58 UTC
++++ native/net/http_client.h
+@@ -11,11 +11,8 @@
+ #define NOMINMAX
+ #include <winsock2.h>
+ #else
+-#if defined(__FreeBSD__) || defined(__SYMBIAN32__)
+ #include <netinet/in.h>
+-#else
+ #include <arpa/inet.h>
+-#endif
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #endif