diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2016-11-16 17:04:41 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2016-11-22 16:37:30 +0200 |
commit | 47f32a76ef9d79fd498a6890392497ec674f10ef (patch) | |
tree | 8150e5abfe28d5d44627920e77e7f1f8cc57025d /json_pointer.c | |
parent | 8cb86a583afcb858d14b68216e3232f4e8f3962a (diff) | |
download | json-c-47f32a76ef9d79fd498a6890392497ec674f10ef.tar.gz |
vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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 |