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 */