Author: qboosh Date: Wed Sep 24 05:13:40 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - missing include on Linux
---- Files affected: SOURCES: xorg-app-xscope-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xorg-app-xscope-include.patch diff -u /dev/null SOURCES/xorg-app-xscope-include.patch:1.1 --- /dev/null Wed Sep 24 07:13:41 2008 +++ SOURCES/xorg-app-xscope-include.patch Wed Sep 24 07:13:34 2008 @@ -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) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
