diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-28 03:26:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-28 03:26:59 +0000 |
| commit | 2a195d71e20689fd90544543a6b049fae615a55f (patch) | |
| tree | 79a3b8d8143dbf413d412e4f803dadccf0f796e5 /otk/display.cc | |
| parent | 674f2609c22d68c5645da22f42ef858182e8b791 (diff) | |
include gettext.h from ../src
Diffstat (limited to 'otk/display.cc')
| -rw-r--r-- | otk/display.cc | 2 |
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) } |
