aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-20 15:27:40 (GMT)
committersimonb <simonb>2006-05-20 15:27:40 (GMT)
commitff463a0481d17208637b95effe3b4159b25c5121 (patch)
tree6159473c9c023e3a09d14f3d800e07e599d7bc96
parent460f57a4ad63001e5ae2b3f9df763ba27aec5727 (diff)
downloadfluxbox-ff463a0481d17208637b95effe3b4159b25c5121.zip
fluxbox-ff463a0481d17208637b95effe3b4159b25c5121.tar.bz2
missing include (broke gcc 2.95 build)
-rw-r--r--src/FbTk/FbString.cc2
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