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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0137103f4b91e0d99e74fc39079aeeec4f658777;p=thirdparty%2Fjson-c.git Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available) --- diff --git a/linkhash.c b/linkhash.c index a5b29455..989980c7 100644 --- a/linkhash.c +++ b/linkhash.c @@ -10,6 +10,8 @@ * */ +#include "config.h" + #include #include #include