aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.build2
-rw-r--r--checker/check.mllib1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index d0007f6188..8100cab729 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -125,7 +125,7 @@ endif
PR_O := $(if $(READABLE_ML4),pr_o.cmo,pr_dump.cmo) # works also with new camlp4
-SYSMOD:=str unix dynlink
+SYSMOD:=str unix dynlink threads
SYSCMA:=$(addsuffix .cma,$(SYSMOD))
SYSCMXA:=$(addsuffix .cmxa,$(SYSMOD))
diff --git a/checker/check.mllib b/checker/check.mllib
index 24479fb8a9..2b66edcb18 100644
--- a/checker/check.mllib
+++ b/checker/check.mllib
@@ -24,6 +24,7 @@ Util
Future
CUnix
System
+RemoteCounter
Envars
Predicate
Rtree