diff options
Diffstat (limited to 'x11/9box/files/patch-src__buttons.c')
-rw-r--r-- | x11/9box/files/patch-src__buttons.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/9box/files/patch-src__buttons.c b/x11/9box/files/patch-src__buttons.c new file mode 100644 index 000000000000..15f47a1b2602 --- /dev/null +++ b/x11/9box/files/patch-src__buttons.c @@ -0,0 +1,11 @@ +--- src/buttons.c.orig 2003-01-06 21:25:41.000000000 +0800 ++++ src/buttons.c 2011-09-08 14:25:06.000000000 +0800 +@@ -21,6 +21,8 @@ + + #include "dat.h" + #include "fns.h" ++#include <stdio.h> ++#include <string.h> + #include <X11/cursorfont.h> + + void |