summaryrefslogtreecommitdiffstats
path: root/x11-wm/pwm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-06-16 01:16:25 +0000
committerkris <kris@FreeBSD.org>2003-06-16 01:16:25 +0000
commit538e9112e2bf614593d0fbc30b1c19bbe6f91209 (patch)
tree53d20ae8687ea34200e1f0fc094ff9d20c1c1cf2 /x11-wm/pwm
parent2099de49d667ce024f3c0199ded446c58a3f294e (diff)
downloadFreeBSD-ports-538e9112e2bf614593d0fbc30b1c19bbe6f91209.zip
FreeBSD-ports-538e9112e2bf614593d0fbc30b1c19bbe6f91209.tar.gz
Quiet compiler warnings on sparc64 by adding missing #includes
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r--x11-wm/pwm/files/patch-function.c10
-rw-r--r--x11-wm/pwm/files/patch-menudata.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/pwm/files/patch-function.c b/x11-wm/pwm/files/patch-function.c
new file mode 100644
index 0000000..91643aa
--- /dev/null
+++ b/x11-wm/pwm/files/patch-function.c
@@ -0,0 +1,10 @@
+--- function.c.orig Sat Jul 1 04:21:29 2000
++++ function.c Sun Jun 15 18:13:51 2003
+@@ -5,6 +5,7 @@
+ * See the included file LICENSE for details.
+ */
+
++#include <string.h>
+ #include "common.h"
+ #include "function.h"
+ #include "exec.h"
diff --git a/x11-wm/pwm/files/patch-menudata.c b/x11-wm/pwm/files/patch-menudata.c
new file mode 100644
index 0000000..a6f327e
--- /dev/null
+++ b/x11-wm/pwm/files/patch-menudata.c
@@ -0,0 +1,10 @@
+--- menudata.c.orig Fri May 19 14:40:29 2000
++++ menudata.c Sun Jun 15 18:13:59 2003
+@@ -5,6 +5,7 @@
+ * See the included file LICENSE for details.
+ */
+
++#include <string.h>
+ #include "common.h"
+ #include "menu.h"
+
OpenPOWER on IntegriCloud