fix compile issue with gcc 4.3
Mark Tiefenbruck mark@fluxbox.org
2 files changed,
9 insertions(+),
0 deletions(-)
M
src/main.cc
→
src/main.cc
@@ -45,6 +45,12 @@ #else
#include <stdlib.h> #endif +#ifdef HAVE_CSTRING + #include <cstring> +#else + #include <string.h> +#endif + #include <iostream> #include <fstream> #include <stdexcept>