1 2 3 4 5 6 7 8 9 10 11 12 13
--- src/compile.c.orig Sat May 13 03:41:53 2000 +++ src/compile.c Sat Jul 22 01:44:09 2000 @@ -25,6 +25,10 @@ #elif defined(USE_IRIX5) #include "compile/irix5.c" +#elif defined(USE_FREEBSD) +#include <dlfcn.h> +#include "compile/freebsd.c" + #elif defined(USE_WIN32) #include <process.h> #include "compile/win32.c"