Skip to content

Commit e02e3c7

Browse files
committed
Fix crash by adding missing #include "caml/osdeps.h"
1 parent 31e4b6f commit e02e3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jscomp/stubs/ext_basic_hash_stubs.c

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <string.h>
44
#include <stdint.h>
55
#include "caml/memory.h"
6+
#include "caml/osdeps.h"
67
#include "caml/signals.h"
78
#include "caml/misc.h"
89
#include <sys/stat.h>

0 commit comments

Comments
 (0)