Fixed OSX compile errors.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@349 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-18 16:23:45 +00:00
parent 5563836aff
commit a3112a1cd3

View File

@@ -391,6 +391,14 @@
#include <sys/stat.h>
#include <sys/time.h>
#ifdef FLM_AIX
#include <sys/atomic_op.h>
#endif
#ifdef FLM_OSX
#include <libkern/OSAtomic.h>
#endif
#define f_stricmp(str1,str2) \
strcasecmp((char *)(str1),(char *)(str2))