From 3284338219c04217c1473672db6ec6d6c76e91e7 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Thu, 3 May 2007 08:07:37 +0000 Subject: [PATCH] MacOS compatible fix --- goldlib/gmb3/gmoprot.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/goldlib/gmb3/gmoprot.h b/goldlib/gmb3/gmoprot.h index 90a93b3..3b87920 100644 --- a/goldlib/gmb3/gmoprot.h +++ b/goldlib/gmb3/gmoprot.h @@ -29,7 +29,9 @@ // ------------------------------------------------------------------ #include - +#if defined(__MACH__) // MacOS +#include +#endif // ------------------------------------------------------------------ void EzycomInit(const char* msgbasepath, const char* userbasepath, int userno);