MacOS compatible fix

This commit is contained in:
Stas Degteff 2007-05-03 08:07:37 +00:00
parent d8f1559b72
commit 3284338219

View File

@ -29,7 +29,9 @@
// ------------------------------------------------------------------
#include <gdefs.h>
#if defined(__MACH__) // MacOS
#include <stdint.h>
#endif
// ------------------------------------------------------------------
void EzycomInit(const char* msgbasepath, const char* userbasepath, int userno);