- make i18n working again
- always use system libintl
- introduced vncviewer/gettext.h (from gettext package) as conventional wrapper around libintl.h
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2491 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/vncviewer.cxx b/unix/vncviewer/vncviewer.cxx
index 1b7b873..c4fcc5b 100644
--- a/unix/vncviewer/vncviewer.cxx
+++ b/unix/vncviewer/vncviewer.cxx
@@ -38,7 +38,7 @@
#include "TXMsgBox.h"
#include "CConn.h"
-#include <intl/gettext.h>
+#include "gettext.h"
#define _(String) gettext (String)
#define gettext_noop(String) String
#define N_(String) gettext_noop (String)