mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
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
This commit is contained in:
parent
c3d227b410
commit
0707f25e83
@ -70,10 +70,9 @@ on 1 byte), but shoehorning those bytes into integers efficiently is messy.
|
||||
|
||||
#define SELF_TEST 1
|
||||
|
||||
#include "nhash.h"
|
||||
|
||||
#include <stdio.h> /* defines printf for tests */
|
||||
#include <time.h> /* defines time_t for timings in the test */
|
||||
#include "nhash.h"
|
||||
//#include <sys/param.h> /* attempt to define endianness */
|
||||
//#ifdef linux
|
||||
//# include <endian.h> /* attempt to define endianness */
|
||||
|
Loading…
Reference in New Issue
Block a user