ExternalLibraryFunction.st
changeset 24338 9516492f8920
parent 24337 d619e74eae27
child 24451 0aa7d8be211f
--- a/ExternalLibraryFunction.st	Tue Jun 18 13:57:43 2019 +0200
+++ b/ExternalLibraryFunction.st	Tue Jun 18 16:30:21 2019 +0200
@@ -40,11 +40,7 @@
 
 #ifdef HAVE_FFI
 
-# ifdef __osx__
-#  include <ffi/ffi.h>
-# else
-#  include <ffi.h>
-# endif
+# include <ffi.h>
 # define MAX_ARGS    128
 
 # ifdef USE_STANDARD_FFI