diff options
Diffstat (limited to 'x11-wm/openbox/files/openbox-gcc.patch')
-rw-r--r-- | x11-wm/openbox/files/openbox-gcc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/openbox/files/openbox-gcc.patch b/x11-wm/openbox/files/openbox-gcc.patch new file mode 100644 index 000000000000..da43e188e030 --- /dev/null +++ b/x11-wm/openbox/files/openbox-gcc.patch @@ -0,0 +1,12 @@ +*** util/epist/keytree.cc.~1.44.12.1.~ Sat Apr 5 12:28:03 2003 +--- util/epist/keytree.cc Fri Apr 25 08:48:21 2003 +*************** +*** 28,34 **** +--- 28,35 ---- + #include "epist.hh" + #include "config.hh" + ++ #include <assert.h> + #include <string> + #include <iostream> + |