blob: 2c01dbac2a01c6cb2e0872444022b475bd87144f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Nur xscope-1.1.orig/scope.c xscope-1.1/scope.c
--- xscope-1.1.orig/scope.c 2008-09-22 21:18:16.000000000 -0500
+++ xscope-1.1/scope.c 2009-04-08 23:54:12.230818270 -0500
@@ -58,6 +58,7 @@
#include <errno.h>
#include <unistd.h>
#include <netdb.h>
+#include <linux/param.h>
#ifdef SYSV
#define bzero(s,l) memset(s, 0, l)
|