From 0707f25e835525cffba185652482fa34713efe47 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 10 Jun 2015 20:23:18 +0000 Subject: [PATCH] Must include nhash.h *after* the system includes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5577 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/wsprd/nhash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/wsprd/nhash.c b/lib/wsprd/nhash.c index caa529b11..4149a842f 100644 --- a/lib/wsprd/nhash.c +++ b/lib/wsprd/nhash.c @@ -70,10 +70,9 @@ on 1 byte), but shoehorning those bytes into integers efficiently is messy. #define SELF_TEST 1 -#include "nhash.h" - #include /* defines printf for tests */ #include /* defines time_t for timings in the test */ +#include "nhash.h" //#include /* attempt to define endianness */ //#ifdef linux //# include /* attempt to define endianness */