diff options
Diffstat (limited to 'wm/openbox2/patches/patch-ac')
-rw-r--r-- | wm/openbox2/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/openbox2/patches/patch-ac b/wm/openbox2/patches/patch-ac new file mode 100644 index 00000000000..727dea331cb --- /dev/null +++ b/wm/openbox2/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/12/18 09:55:05 wiz Exp $ + +--- src/Configuration.cc.orig 2003-09-06 21:32:27.000000000 -0400 ++++ src/Configuration.cc 2003-09-06 21:32:50.000000000 -0400 +@@ -34,6 +34,7 @@ + #include "Util.hh" + + #include <algorithm> ++#include <assert.h> + + using std::string; + |