diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-09-09 01:16:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-09-09 01:16:37 +0000 |
commit | 4e347ced58ba2809d0631b34db81e001c577c360 (patch) | |
tree | 532e1e1d495ab6744da0c594b4c5a6320bfa4550 /x11/9box/files/patch-src__wm.c | |
parent | - Limit emacs vulnerability to > 21.* and <= 22.2 instead of just <= 22.2 (diff) |
Fix build with clang.
Diffstat (limited to 'x11/9box/files/patch-src__wm.c')
-rw-r--r-- | x11/9box/files/patch-src__wm.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/9box/files/patch-src__wm.c b/x11/9box/files/patch-src__wm.c new file mode 100644 index 000000000000..d08da87ae270 --- /dev/null +++ b/x11/9box/files/patch-src__wm.c @@ -0,0 +1,11 @@ +--- src/wm.c.orig 2011-09-08 14:25:35.000000000 +0800 ++++ src/wm.c 2011-09-08 14:25:46.000000000 +0800 +@@ -19,6 +19,8 @@ + + /* $Id: wm.c,v 1.1 2002/04/23 23:42:36 benj Exp $ */ + ++#include <stdio.h> ++#include <stdlib.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + |