From: James Myatt Date: Thu, 5 Feb 2015 15:55:25 +0000 (+0000) Subject: Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available) X-Git-Tag: json-c-0.13-20171207~193^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0137103f4b91e0d99e74fc39079aeeec4f658777;p=json-c Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available) --- diff --git a/linkhash.c b/linkhash.c index a5b2945..989980c 100644 --- a/linkhash.c +++ b/linkhash.c @@ -10,6 +10,8 @@ * */ +#include "config.h" + #include #include #include