summaryrefslogtreecommitdiff
path: root/tests/daemon/testd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/daemon/testd.c')
-rw-r--r--tests/daemon/testd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index 1da707d..f4bf8a6 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -17,8 +17,9 @@
#include "port/string.h" /* for strdup, memset */
#include "port/stdio.h" /* for fprintf */
+
#define DEFAULT_TEXT_DOMAIN CMDLINE_PARSER_PACKAGE
-#include "port/gettext.h" /* for i18n */
+#include "i18n/gettext.h" /* for i18n */
#include "errors.h" /* global error codes */
#include "log/log.h" /* logging facility */