all repos — openbox @ cd91abfd7cb1e48acae946717e835bc700a8bb85

openbox fork - make it a bit more like ryudo

include the right .h
Dana Jansens danakj@orodu.net
commit

cd91abfd7cb1e48acae946717e835bc700a8bb85

parent

6f5e60f0337e60d904a8f549aeaa631afefc8033

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -9,6 +9,10 @@ # include "../config.h"

#endif // HAVE_CONFIG_H extern "C" { +#ifdef HAVE_LOCALE_H +# include <locale.h> +#endif // HAVE_LOCALE_H + #include "gettext.h" }