diff options
| author | mwturvey <michael.w.turvey@intel.com> | 2017-03-16 14:09:42 -0700 |
|---|---|---|
| committer | mwturvey <michael.w.turvey@intel.com> | 2017-03-16 14:09:42 -0700 |
| commit | 5195645bfecb4c697e3f162e1da1d51951685260 (patch) | |
| tree | 4be87dc53f4ecb9c5c96cc9bb1c599112ca21077 /redist | |
| parent | d9412e4252c176583b5b737608acb4e60d47c00a (diff) | |
| download | libsurvive-5195645bfecb4c697e3f162e1da1d51951685260.tar.gz libsurvive-5195645bfecb4c697e3f162e1da1d51951685260.tar.bz2 | |
zao's changes for FreeBSD
Diffstat (limited to 'redist')
| -rw-r--r-- | redist/json_helpers.c | 2 |
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> |
