[PATCH] Missing #include
Mads Martin Joergensen
mmj at panther.mmj.dk
Tue Feb 25 01:30:26 EST 2003
Hey together,
Openbox-2.2.3 fails on newer gcc's because of the following missing
include, which I just confirmed is missing in the 2_2_4 branch.
--- src/Window.cc
+++ src/Window.cc
@@ -42,6 +42,8 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif // HAVE_STDLIB_H
+
+#include <assert.h>
}
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
More information about the openbox
mailing list