summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2008-09-24 05:13:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit28f8a9187e876a3bf570461946716b6e204e9487 (patch)
tree81dd15417c9e4e9ec727a9863df2af5722834673
parent4952bb781f457cb7511e8460ec91cb72341f7ec1 (diff)
downloadxorg-app-xscope-28f8a9187e876a3bf570461946716b6e204e9487.zip
xorg-app-xscope-28f8a9187e876a3bf570461946716b6e204e9487.tar.gz
- missing include on Linux
Changed files: xorg-app-xscope-include.patch -> 1.1
-rw-r--r--xorg-app-xscope-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg-app-xscope-include.patch b/xorg-app-xscope-include.patch
new file mode 100644
index 0000000..f3d8750
--- /dev/null
+++ b/xorg-app-xscope-include.patch
@@ -0,0 +1,10 @@
+--- xscope-1.1/scope.c.orig 2008-09-23 04:18:16.000000000 +0200
++++ xscope-1.1/scope.c 2008-09-24 06:43:05.291613660 +0200
+@@ -58,6 +58,7 @@
+ #include <errno.h>
+ #include <unistd.h>
+ #include <netdb.h>
++#include <sys/param.h> /* for MAXHOSTNAMELEN */
+
+ #ifdef SYSV
+ #define bzero(s,l) memset(s, 0, l)