wok annotate fluxbox/stuff/fluxbox-gcc-4.3.3.diff @ rev 12463
Add lxpolkit (We may AVOID using poljit by default, but here is an interface)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 22 18:08:25 2012 +0200 (2012-04-22) |
parents | |
children |
rev | line source |
---|---|
mallory@2868 | 1 diff -up fluxbox-1.0.0/src/main.cc.gcc43 fluxbox-1.0.0/src/main.cc |
mallory@2868 | 2 --- fluxbox-1.0.0/src/main.cc.gcc43 2008-03-27 01:19:22.000000000 -0400 |
mallory@2868 | 3 +++ fluxbox-1.0.0/src/main.cc 2008-03-27 01:20:15.000000000 -0400 |
mallory@2868 | 4 @@ -49,6 +49,7 @@ |
mallory@2868 | 5 #include <fstream> |
mallory@2868 | 6 #include <stdexcept> |
mallory@2868 | 7 #include <typeinfo> |
mallory@2868 | 8 +#include <cstring> |
mallory@2868 | 9 |
mallory@2868 | 10 using std::cout; |
mallory@2868 | 11 using std::cerr; |