summaryrefslogtreecommitdiff
path: root/otk/display.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/display.cc')
-rw-r--r--otk/display.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/display.cc b/otk/display.cc
index be8696bf..21c348ea 100644
--- a/otk/display.cc
+++ b/otk/display.cc
@@ -41,7 +41,7 @@ extern "C" {
# include <unistd.h>
#endif // HAVE_UNISTD_H
-#include "gettext.h"
+#include "../src/gettext.h"
#define _(str) gettext(str)
}