diff options
Diffstat (limited to 'x11-wm/pwm/files/patch-menudata.c')
-rw-r--r-- | x11-wm/pwm/files/patch-menudata.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <string.h> + #include "common.h" + #include "menu.h" + |