Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available)

This commit is contained in:
James Myatt
2015-02-05 15:55:25 +00:00
parent a74f6b2867
commit 0137103f4b

View File

@@ -10,6 +10,8 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>