Code

one more of declarations to make glib-2.4 work with glibmm/i18n.h
authorrwst <rwst@users.sourceforge.net>
Sat, 24 Jun 2006 18:43:48 +0000 (18:43 +0000)
committerrwst <rwst@users.sourceforge.net>
Sat, 24 Jun 2006 18:43:48 +0000 (18:43 +0000)
src/extension/error-file.cpp

index d6239b1a14b9aa60f0486196f408da3e631f0026..92e2d06255b37f52ac5e85bc24d80f426aa5f4c3 100644 (file)
@@ -8,7 +8,10 @@
  */
 
 
-// #include <glibmm/ustring.h>
+extern "C" {           // glib-2.4 needs this
+#include <libintl.h>
+}
+
 #include <glibmm/i18n.h>