diff options
author | simonb <simonb> | 2006-05-20 15:27:40 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-20 15:27:40 (GMT) |
commit | ff463a0481d17208637b95effe3b4159b25c5121 (patch) | |
tree | 6159473c9c023e3a09d14f3d800e07e599d7bc96 /src/FbTk/FbString.cc | |
parent | 460f57a4ad63001e5ae2b3f9df763ba27aec5727 (diff) | |
download | fluxbox-ff463a0481d17208637b95effe3b4159b25c5121.zip fluxbox-ff463a0481d17208637b95effe3b4159b25c5121.tar.bz2 |
missing include (broke gcc 2.95 build)
Diffstat (limited to 'src/FbTk/FbString.cc')
-rw-r--r-- | src/FbTk/FbString.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbString.cc b/src/FbTk/FbString.cc index 9a575bf..687a1bd 100644 --- a/src/FbTk/FbString.cc +++ b/src/FbTk/FbString.cc | |||
@@ -31,6 +31,8 @@ | |||
31 | #include "FbString.hh" | 31 | #include "FbString.hh" |
32 | #include "config.h" | 32 | #include "config.h" |
33 | 33 | ||
34 | #include <stdio.h> | ||
35 | |||
34 | #ifdef HAVE_ICONV | 36 | #ifdef HAVE_ICONV |
35 | #include <iconv.h> | 37 | #include <iconv.h> |
36 | #endif // HAVE_ICONV | 38 | #endif // HAVE_ICONV |