diff compat.h @ 433:f225f16bebbd

Compile fixes for MacOS X.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 May 2003 21:43:49 +0000
parents a292977629ba
children 2ff26b697877
line wrap: on
line diff
--- a/compat.h	Tue May 27 21:27:26 2003 +0000
+++ b/compat.h	Tue May 27 21:43:49 2003 +0000
@@ -4,7 +4,7 @@
 #define _COMPAT_H
 
 /* This header includes and defines everything needed for a given OS/compiler */
-#ifdef __UNIX__
+#if defined(__UNIX__) || defined(__MAC__)
 #include "config.h"
 
 #include <sys/stat.h>