From dc407f2cac7a2d4cca0b94763326951ac0a0ad3a Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 1 Jun 2014 20:23:11 +0800 Subject: [PATCH] fix --- include/r3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/r3.h b/include/r3.h index d7326a2..b2562c9 100644 --- a/include/r3.h +++ b/include/r3.h @@ -188,6 +188,7 @@ json_object * r3_route_to_json_object(const route * r); const char * r3_node_to_json_string_ext(const node * n, int options); const char * r3_node_to_json_pretty_string(const node * n); const char * r3_node_to_json_string(const node * n); +#endif #ifdef __cplusplus }