Win compile fix

This commit is contained in:
David Anderson 2016-07-14 15:32:26 -07:00
parent d7f4551f6f
commit ce5bf10e04
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#ifdef _MSC_VER
#define snprintf _snprintf
#define tempnam _tempnam
#endif
#include "crypt.h"