don't redefine json_t
authorSam Hartman <hartmans@painless-security.com>
Fri, 11 Jul 2014 19:12:24 +0000 (15:12 -0400)
committerSam Hartman <hartmans@painless-security.com>
Fri, 11 Jul 2014 19:12:24 +0000 (15:12 -0400)
include/trust_router/tid.h

index 299b66a..a3459ea 100644 (file)
@@ -42,6 +42,8 @@
 #include <trust_router/tr_versioning.h>
 
 #include <gssapi.h>
+#include <jansson.h>
+
 
 #define TID_PORT       12309
 
@@ -74,7 +76,7 @@ typedef struct tid_resp {
 typedef struct tidc_instance TIDC_INSTANCE;
 typedef struct tids_instance TIDS_INSTANCE;
 typedef struct tid_req TID_REQ;
-typedef struct json_t json_t;
+
 
 typedef void (TIDC_RESP_FUNC)(TIDC_INSTANCE *, TID_REQ *, TID_RESP *, void *);