]> granicus.if.org Git - json-c/commitdiff
Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available)
authorJames Myatt <james.myatt@tessella.com>
Thu, 5 Feb 2015 15:55:25 +0000 (15:55 +0000)
committerJames Myatt <james.myatt@tessella.com>
Wed, 4 Mar 2015 10:45:33 +0000 (10:45 +0000)
linkhash.c

index a5b294558b33615b0447f21064a98a10a5082998..989980c714405a38aefaafb7cdea052a97ce1e50 100644 (file)
@@ -10,6 +10,8 @@
  *
  */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>