all repos — fluxbox @ 83656fc0e817c2a00a315176e651881cdfc804eb

custom fork of the fluxbox windowmanager

cosmetic
Mathias Gumz akira at fluxbox dot org
commit

83656fc0e817c2a00a315176e651881cdfc804eb

parent

63f9c8c1a2ee3ccdff86c2a7d0070ce180f63825

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

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

@@ -38,7 +38,11 @@ #else

#include <stdlib.h> #endif -#include <stdio.h> +#ifdef HAVE_CSTDIO + #include <cstdio> +#else + #include <stdio.h> +#endif #include <langinfo.h> #include <locale.h>

@@ -47,7 +51,7 @@ #include <iostream>

#include <vector> #ifdef HAVE_FRIBIDI -#include <fribidi/fribidi.h> + #include <fribidi/fribidi.h> #endif