Commitc8f11377Recorded1 Apr 2026Repositorysigil-ffi
Replace sigil-internal.h with public sigil/sigil.h in native modules
Changed
native/ffi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
native/ffi.cmodified
@@ -5,7 +5,7 @@
5
* type descriptors, value marshaling, and dyncall-based dispatch. 6
*/ 7
−8
#include "sigil-internal.h"+8
#include <sigil/sigil.h> 9
#include <stdio.h> 10
#include <stdlib.h> 11
#include <string.h>