Skip to content

Commit 718a15e

Browse files
committed
Fix offsetof_type CI test
1 parent 7ac0976 commit 718a15e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/fulminate/fulminate.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,10 @@ let main
295295
let oc = Stdlib.open_out out_filename in
296296
output_to_oc
297297
oc
298-
[ "#define CN_INSTRUMENTATION_MODE\n"; "#include <cn-executable/utils.h>\n" ];
298+
[ "#define CN_INSTRUMENTATION_MODE\n";
299+
"#include <stddef.h>\n";
300+
"#include <cn-executable/utils.h>\n"
301+
];
299302
output_to_oc oc cn_header_decls_list;
300303
(match
301304
Source_injection.(

0 commit comments

Comments
 (0)