diff options
Diffstat (limited to 'wm/openbox/patches/patch-ac')
-rw-r--r-- | wm/openbox/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/openbox/patches/patch-ac b/wm/openbox/patches/patch-ac new file mode 100644 index 00000000000..ea025783f73 --- /dev/null +++ b/wm/openbox/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2003/09/07 01:52:15 jschauma 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; + |