diff options
Diffstat (limited to 'unix/vncviewer/AboutDialog.h')
-rw-r--r-- | unix/vncviewer/AboutDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncviewer/AboutDialog.h b/unix/vncviewer/AboutDialog.h index 0c796be3..c4f0a7c4 100644 --- a/unix/vncviewer/AboutDialog.h +++ b/unix/vncviewer/AboutDialog.h @@ -25,7 +25,7 @@ #include "TXMsgBox.h" #include "parameters.h" -#include "gettext.h" +#include <intl/gettext.h> #define _(String) gettext (String) #define gettext_noop(String) String #define N_(String) gettext_noop (String) |