diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-06-19 13:39:43 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-06-19 13:39:43 +0000 |
commit | 9fda55b3e1ed91a0ca3804ad036448e90cc98733 (patch) | |
tree | d6cf042607d6e374335b2f4212cb9914f8181fbd /x11-wm/openbox/files/openbox-gcc.patch | |
parent | append-flags only appended 1 flag before ;) (diff) | |
download | historical-9fda55b3e1ed91a0ca3804ad036448e90cc98733.tar.gz historical-9fda55b3e1ed91a0ca3804ad036448e90cc98733.tar.bz2 historical-9fda55b3e1ed91a0ca3804ad036448e90cc98733.zip |
small patch to help compiles on gcc33
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> + |