From b95035a68731845d2ed086df7f54bfbbfe517ccf Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 16 Jun 2003 01:16:25 +0000 Subject: Quiet compiler warnings on sparc64 by adding missing #includes --- x11-wm/pwm/files/patch-function.c | 10 ++++++++++ x11-wm/pwm/files/patch-menudata.c | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 x11-wm/pwm/files/patch-function.c create mode 100644 x11-wm/pwm/files/patch-menudata.c (limited to 'x11-wm') diff --git a/x11-wm/pwm/files/patch-function.c b/x11-wm/pwm/files/patch-function.c new file mode 100644 index 000000000000..91643aac8091 --- /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 + #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 000000000000..a6f327e58f16 --- /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 + #include "common.h" + #include "menu.h" + -- cgit v1.2.3