From 09a8c6bc78f4a84c99b68baef2a1dfb10b8c4a4e Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Fri, 18 Jan 2002 15:13:26 +0000 Subject: configure: suppression "smart preprocessing" pour MacOS X asmrun/roots.c, byterun/alloc.c, byterun/gc_ctrl.c, byterun/minor_gc.c, byterun/minor_gc.h, byterun/roots.c, byterun/startup.c: derecursivation du GC mineur byterun/config.h, stdlib/gc.mli: compactage active par defaut (300%) otherlibs/unix/select.c: ajout include MacOS X .cvsignore: bricoles git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4264 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/unix/select.c') diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c index 5db3341bd..674184b17 100644 --- a/otherlibs/unix/select.c +++ b/otherlibs/unix/select.c @@ -27,7 +27,7 @@ #include #endif -#ifdef __OpenBSD__ +#if defined(__OpenBSD__) || defined(__MACH__) #include #endif -- cgit v1.2.3-70-g09d2