--- src/alc/mcl_includes.h.orig Tue Jul 22 19:37:39 2003 +++ src/alc/mcl_includes.h Tue Oct 14 15:23:54 2003 @@ -40,11 +40,13 @@ #include #include +#ifndef FREEBSD #if defined(DEBUG) && defined(MPATROL) && !defined(WIN32) #include #else #include #endif +#endif #include // required by _set_new_handler on linux @@ -58,14 +60,18 @@ #else /* UNIX Systems */ #include + +#ifndef FREEBSD #include /* for MAXINT */ +#endif + #include #include #include #include #include -#ifdef SOLARIS +#if defined(SOLARIS) || defined(FREEBSD) #include #endif /* SOLARIS */