chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
less: Bump revision after enabling pcre
[termux-packages]
/
packages
/
curseofwar
/
include_arpa_inet_h.patch
1
diff -u -r ../curseofwar-1.2.0/network.h ./network.h
2
--- ../curseofwar-1.2.0/network.h 2013-08-16 07:57:44.000000000 +0200
3
+++ ./network.h 2014-01-29 01:09:19.000000000 +0100
4
@@ -28,6 +28,7 @@
5
#include <stdlib.h>
6
#include <unistd.h>
7
#include <string.h>
8
+#include <arpa/inet.h>
9
10
#define MSG_BUF_SIZE 50000
11