Add #include <stddef.h> in nhash.h.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5578 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2015-06-10 20:25:34 +00:00
parent 0707f25e83
commit 314751b518
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#ifdef Win32
#include "win_stdint.h" /* defines uint32_t etc */
#else
#include <stddef.h>
#include <stdint.h> /* defines uint32_t etc */
#endif