From 0137103f4b91e0d99e74fc39079aeeec4f658777 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 5 Feb 2015 15:55:25 +0000 Subject: [PATCH] Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available) --- linkhash.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0