missing include (broke gcc 2.95 build)
simonb simonb
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/FbTk/FbString.cc
→
src/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