diff dmd/opover.c @ 538:8a73062f934e

Automated merge with http://hg.dsource.org/projects/llvmdc
author Christian Kamm <kamm incasoftware de>
date Sun, 24 Aug 2008 17:02:03 +0200
parents f79bbd1d0b27
children cbd6c8073a32
line wrap: on
line diff
--- a/dmd/opover.c	Sun Aug 24 16:51:17 2008 +0200
+++ b/dmd/opover.c	Sun Aug 24 17:02:03 2008 +0200
@@ -20,7 +20,7 @@
 
 #if IN_GCC || IN_LLVM
 #include "mem.h"
-#elif linux
+#elif linux || __APPLE__
 #include "../root/mem.h"
 #elif _WIN32
 #include "..\root\mem.h"