summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
commit407d5d22698e65738efcec812df08a636e6700a2 (patch)
treefb66b5d61045e8e2fc269e87ea373813248ed2c9 /src/library
parentcc8367f974cc1c3b8d8f301c7916231135414d63 (diff)
downloadwolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.gz
wolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.bz2
gettext is in i18n now, has nothing to do with porting
Diffstat (limited to 'src/library')
-rw-r--r--src/library/loader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/loader.c b/src/library/loader.c
index dbf0fe5..195653b 100644
--- a/src/library/loader.c
+++ b/src/library/loader.c
@@ -23,9 +23,10 @@
#include "port/stdlib.h" /* for malloc, free */
#include "port/stdio.h" /* for snprintf */
-#include "port/gettext.h" /* for i18n */
#include "port/string.h" /* for strncpy */
+#include "i18n/gettext.h" /* for i18n */
+
/* check for type of dynamic loading interface */
#if !defined _WIN32
#if !defined HAVE_DLFCN