aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbString.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-05 08:47:12 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-05 08:47:12 (GMT)
commit83656fc0e817c2a00a315176e651881cdfc804eb (patch)
tree96bf9dc49b703f1999eb748dd878e6f1bae8c115 /src/FbTk/FbString.cc
parent63f9c8c1a2ee3ccdff86c2a7d0070ce180f63825 (diff)
downloadfluxbox-83656fc0e817c2a00a315176e651881cdfc804eb.zip
fluxbox-83656fc0e817c2a00a315176e651881cdfc804eb.tar.bz2
cosmetic
Diffstat (limited to 'src/FbTk/FbString.cc')
-rw-r--r--src/FbTk/FbString.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/FbTk/FbString.cc b/src/FbTk/FbString.cc
index de23fd2..2190a76 100644
--- a/src/FbTk/FbString.cc
+++ b/src/FbTk/FbString.cc
@@ -38,7 +38,11 @@
38 #include <stdlib.h> 38 #include <stdlib.h>
39#endif 39#endif
40 40
41#include <stdio.h> 41#ifdef HAVE_CSTDIO
42 #include <cstdio>
43#else
44 #include <stdio.h>
45#endif
42 46
43#include <langinfo.h> 47#include <langinfo.h>
44#include <locale.h> 48#include <locale.h>
@@ -47,7 +51,7 @@
47#include <vector> 51#include <vector>
48 52
49#ifdef HAVE_FRIBIDI 53#ifdef HAVE_FRIBIDI
50#include <fribidi/fribidi.h> 54 #include <fribidi/fribidi.h>
51#endif 55#endif
52 56
53 57