blob: 83e502d12cfa6f9441ef29b37003be1fce0b54ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- newlisp.h.orig
+++ newlisp.h
@@ -36,6 +36,10 @@
# include <ffi.h>
#endif
+#ifdef __FreeBSD__
+# include <ffi.h>
+#endif
+
#define LIBFFI " libffi"
#else /* not FFI */
#define LIBFFI ""
|