Commitd37b2c61Recorded1 Apr 2026Repositorysigil-tls

Replace sigil-internal.h with public sigil/sigil.h in native modules

Changed
 native/tls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
native/tls.cmodified
@@ -13,7 +13,7 @@
13
* Note: TLS is not available on Emscripten/WebAssembly builds.
14
*/
15
16
#include "sigil-internal.h"
+16
#include <sigil/sigil.h>
17
18
#ifdef __EMSCRIPTEN__
19
/*