diff options
Diffstat (limited to 'json_pointer.c')
-rw-r--r-- | json_pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json_pointer.c b/json_pointer.c index 9cf3f16..3648f8d 100644 --- a/json_pointer.c +++ b/json_pointer.c @@ -17,6 +17,7 @@ #include "json_pointer.h" #include "strdup_compat.h" +#include "vasprintf_compat.h" /** * JavaScript Object Notation (JSON) Pointer |