summaryrefslogtreecommitdiff
path: root/json-glib/json-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-path.c')
-rw-r--r--json-glib/json-path.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/json-glib/json-path.c b/json-glib/json-path.c
index 0857e05..4ed232f 100644
--- a/json-glib/json-path.c
+++ b/json-glib/json-path.c
@@ -200,12 +200,14 @@
* #JsonPath is available since JSON-GLib 0.14
*/
-#ifndef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h>
+#include <glib/gi18n-lib.h>
+
#include "json-path.h"
#include "json-debug.h"