Skip to content

Commit f31890e

Browse files
authored
flambda-backend: Install missing headers of ocaml/runtime/caml (#77)
1 parent 83516f8 commit f31890e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/caml/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
;* *
1313
;**************************************************************************
1414

15-
1615
(rule
1716
(targets jumptbl.h)
1817
(mode fallback)
@@ -43,6 +42,7 @@
4342
(backtrace_prim.h as caml/backtrace_prim.h)
4443
(bigarray.h as caml/bigarray.h)
4544
(callback.h as caml/callback.h)
45+
(codefrag.h as caml/codefrag.h)
4646
(compact.h as caml/compact.h)
4747
(compare.h as caml/compare.h)
4848
(compatibility.h as caml/compatibility.h)
@@ -85,6 +85,7 @@
8585
(roots.h as caml/roots.h)
8686
(s.h as caml/s.h)
8787
(signals.h as caml/signals.h)
88+
(skiplist.h as caml/skiplist.h)
8889
(signals_machdep.h as caml/signals_machdep.h)
8990
(stack.h as caml/stack.h)
9091
(stacks.h as caml/stacks.h)

0 commit comments

Comments
 (0)