Fixes #160 'missing header file on windows'

This commit is contained in:
Christopher Watford
2014-12-05 10:22:36 -05:00
parent ec4879ac5b
commit 0609a5729c
3 changed files with 117 additions and 29 deletions

View File

@@ -21,6 +21,11 @@
# include <endian.h> /* attempt to define endianness */
#endif
#ifdef _MSC_VER
# define WIN32_LEAN_AND_MEAN
# include <windows.h> /* Get InterlockedCompareExchange */
#endif
#include "random_seed.h"
#include "linkhash.h"