X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Futil.cc;h=b33a1148116ca54e192b7b8cb9e6a4ccdc89c072;hb=d11291df3e9ef0173139a97bf6c77471ab3a4119;hp=167032474b3349dd3ced79d63dcba68318f69475;hpb=8b0daa912e72085994cfd804a60ba4113ba27148;p=chaz%2Fopenbox diff --git a/otk/util.cc b/otk/util.cc index 16703247..b33a1148 100644 --- a/otk/util.cc +++ b/otk/util.cc @@ -7,6 +7,10 @@ extern "C" { #include +#ifdef HAVE_STDIO_H +#include +#endif + #ifdef HAVE_STRING_H #include #endif @@ -23,7 +27,7 @@ extern "C" { # include #endif // HAVE_PROCESS_H __EMX__ -#include "gettext.h" +#include "../src/gettext.h" #define _(str) gettext(str) #include