]> Dogcows Code - chaz/openbox/blobdiff - otk/util.cc
missed one capitalization
[chaz/openbox] / otk / util.cc
index 167032474b3349dd3ced79d63dcba68318f69475..b33a1148116ca54e192b7b8cb9e6a4ccdc89c072 100644 (file)
@@ -7,6 +7,10 @@
 extern "C" {
 #include <X11/Xatom.h>
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
@@ -23,7 +27,7 @@ extern "C" {
 #  include <process.h>
 #endif //   HAVE_PROCESS_H             __EMX__
 
-#include "gettext.h"
+#include "../src/gettext.h"
 #define _(str) gettext(str)
 
 #include <assert.h>
This page took 0.022013 seconds and 4 git commands to generate.