all repos — fluxbox @ ff463a0481d17208637b95effe3b4159b25c5121

custom fork of the fluxbox windowmanager

missing include (broke gcc 2.95 build)
simonb simonb
commit

ff463a0481d17208637b95effe3b4159b25c5121

parent

460f57a4ad63001e5ae2b3f9df763ba27aec5727

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/FbString.ccsrc/FbTk/FbString.cc

@@ -31,6 +31,8 @@

#include "FbString.hh" #include "config.h" +#include <stdio.h> + #ifdef HAVE_ICONV #include <iconv.h> #endif // HAVE_ICONV