We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
offsetof_type
1 parent 7ac0976 commit 718a15eCopy full SHA for 718a15e
lib/fulminate/fulminate.ml
@@ -295,7 +295,10 @@ let main
295
let oc = Stdlib.open_out out_filename in
296
output_to_oc
297
oc
298
- [ "#define CN_INSTRUMENTATION_MODE\n"; "#include <cn-executable/utils.h>\n" ];
+ [ "#define CN_INSTRUMENTATION_MODE\n";
299
+ "#include <stddef.h>\n";
300
+ "#include <cn-executable/utils.h>\n"
301
+ ];
302
output_to_oc oc cn_header_decls_list;
303
(match
304
Source_injection.(
0 commit comments