diff options
Diffstat (limited to 'wm/openbox2/patches/patch-ad')
-rw-r--r-- | wm/openbox2/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/openbox2/patches/patch-ad b/wm/openbox2/patches/patch-ad new file mode 100644 index 00000000000..55e2479a259 --- /dev/null +++ b/wm/openbox2/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 2003/12/18 09:55:05 wiz Exp $ + +--- util/epist/epist.hh.orig 2003-09-06 21:34:28.000000000 -0400 ++++ util/epist/epist.hh 2003-09-06 21:34:37.000000000 -0400 +@@ -27,6 +27,7 @@ + #include <X11/Xlib.h> + } + ++#include <assert.h> + #include <string> + #include <map> + |