Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / tr / tr.c
diff --git a/tr/tr.c b/tr/tr.c
index bd3ce0a..d79ca76 100644 (file)
--- a/tr/tr.c
+++ b/tr/tr.c
@@ -35,8 +35,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <talloc.h>
-#include <tr.h>
 #include <tr_config.h>
+#include <tr.h>
 
 TR_INSTANCE *tr_create(TALLOC_CTX *mem_ctx) {
   TALLOC_CTX *tmp_ctx=talloc_new(NULL);