aboutsummaryrefslogtreecommitdiffstats
path: root/lang/newlisp/files/patch-newlisp.h
blob: 2d9613814c98f627aa13471763af7defd073ce1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

$FreeBSD$

--- 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 ""