Openbox2 patch for gcc 3.3.x
Arwed von Merkatz
v.merkatz at gmx.net
Sat Aug 16 11:33:30 EDT 2003
Openbox2 2.3.1 doesn't compile on a gcc 3.3.x system, the attached one
line change fixes this.
--
Arwed v. Merkatz
Grimoire Guru for video
Grimoire Guru for xfce
Sourcemage GNU/Linux
http://www.sourcemage.org
-------------- next part --------------
diff -Nur openbox-2.3.1/util/epist/keytree.hh openbox-2.3.1-gcc33fix/util/epist/keytree.hh
--- openbox-2.3.1/util/epist/keytree.hh 2003-03-22 01:56:01.000000000 +0100
+++ openbox-2.3.1-gcc33fix/util/epist/keytree.hh 2003-08-16 17:27:36.000000000 +0200
@@ -24,6 +24,7 @@
#define _keytree_hh
#include <list>
+#include <cassert>
#include "../../src/Timer.hh"
#include "actions.hh"
#include "screen.hh"
More information about the openbox
mailing list