summaryrefslogtreecommitdiff
path: root/src/log
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/log
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/log')
-rw-r--r--src/log/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log/log.c b/src/log/log.c
index f1621b9..3199014 100644
--- a/src/log/log.c
+++ b/src/log/log.c
@@ -26,8 +26,9 @@
* time_t, struct tm */
#include "port/stdlib.h" /* for abort, itoa */
#include "port/unused.h" /* for WOLF_UNUSED */
+
#define DEFAULT_TEXT_DOMAIN "libwolf"
-#include "port/gettext.h" /* for i18n */
+#include "i18n/gettext.h" /* for i18n */
#include <stdarg.h> /* for variable arguments */
#include <errno.h> /* for errno */