262e08f24a
PR: 20103 Submitted by: Ports Fury
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
--- 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"
|