summaryrefslogtreecommitdiff
path: root/wm/pwm/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-05-07 12:12:07 +0000
committerdmcmahill <dmcmahill>2001-05-07 12:12:07 +0000
commit0e27fec76b4c70b310bd5098c1c699b9b95463ed (patch)
treed112ae934a27ae6c61f7eda285c8dd442e34ed05 /wm/pwm/patches
parenta53d5cda954cb784d89d9b9bb9474d26760415c7 (diff)
downloadpkgsrc-0e27fec76b4c70b310bd5098c1c699b9b95463ed.tar.gz
add missing header (string.h) to keep alpha's happy.
Diffstat (limited to 'wm/pwm/patches')
-rw-r--r--wm/pwm/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/wm/pwm/patches/patch-ac b/wm/pwm/patches/patch-ac
new file mode 100644
index 00000000000..d7390748f03
--- /dev/null
+++ b/wm/pwm/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2001/05/07 12:12:07 dmcmahill Exp $
+
+--- event.c.orig Sat Jul 1 08:37:50 2000
++++ event.c Mon May 7 08:09:23 2001
+@@ -7,4 +7,5 @@
+
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <sys/time.h>