summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--byterun/Makefile.nt3
1 files changed, 2 insertions, 1 deletions
diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt
index c00dc47eb..506ae7549 100644
--- a/byterun/Makefile.nt
+++ b/byterun/Makefile.nt
@@ -34,7 +34,8 @@ PRIMS=alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c \
signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c \
dynlink.c
-PUBLIC_INCLUDES=mlvalues.h alloc.h misc.h callback.h fail.h custom.h intext.h
+PUBLIC_INCLUDES=alloc.h callback.h config.h custom.h fail.h intext.h \
+ memory.h misc.h mlvalues.h
all: ocamlrun.exe libcamlrun.$(A)