summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-ah')
-rw-r--r--x11/kdebase3/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-ah b/x11/kdebase3/patches/patch-ah
new file mode 100644
index 00000000000..3563531df2c
--- /dev/null
+++ b/x11/kdebase3/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.7 2006/01/31 22:25:34 markd Exp $
+
+--- ksmserver/legacy.cpp.orig 2006-01-20 06:01:08.000000000 +1300
++++ ksmserver/legacy.cpp
+@@ -34,6 +34,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE
+ #include <config.h>
+ #endif
+
++#ifdef HAVE_SYS_TIME_H
++#include <sys/time.h>
++#endif
++
+ #include "server.h"
+
+ #include <unistd.h>