We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9d0c4 commit 6817d5cCopy full SHA for 6817d5c
src/bits_stubs.c
@@ -1,6 +1,9 @@
1
#include <stdint.h>
2
#include <inttypes.h>
3
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
4
+#else
5
#include <alloca.h>
6
+#endif
7
#include <string.h>
8
#include <caml/mlvalues.h>
9
#include <caml/alloc.h>
0 commit comments