diff options
Diffstat (limited to 'x11-wm/pawm/files/patch-src__pashut.c')
-rw-r--r-- | x11-wm/pawm/files/patch-src__pashut.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/pawm/files/patch-src__pashut.c b/x11-wm/pawm/files/patch-src__pashut.c new file mode 100644 index 000000000000..c6aaf7651bae --- /dev/null +++ b/x11-wm/pawm/files/patch-src__pashut.c @@ -0,0 +1,10 @@ +--- src/pashut.c.orig Sat Feb 25 00:55:09 2006 ++++ src/pashut.c Sun Feb 26 03:15:23 2006 +@@ -24,6 +24,7 @@ + #include "pabar.h" + #include "pafont.h" + #include "pashut.h" ++#include "signals.h" + + + static void shut_all(void *); |