aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
Diffstat (limited to 'redist')
-rw-r--r--redist/json_helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/redist/json_helpers.c b/redist/json_helpers.c
index 2413a67..7690318 100644
--- a/redist/json_helpers.c
+++ b/redist/json_helpers.c
@@ -7,7 +7,9 @@
#include <string.h>
#include "json_helpers.h"
#include <jsmn.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#ifdef _WIN32
#include <stdarg.h>