From 1e65ebd5eb5f0b037a49bdecf4f129e8ea73027c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 25 Apr 2021 10:45:35 -0500 Subject: [PATCH] asn1: Fix Windows build --- lib/asn1/NTMakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/asn1/NTMakefile b/lib/asn1/NTMakefile index fe4ff2da4..c15e4665b 100644 --- a/lib/asn1/NTMakefile +++ b/lib/asn1/NTMakefile @@ -76,6 +76,7 @@ $(BINDIR)\asn1_compile.exe: \ $(OBJ)\gen_copy.obj \ $(OBJ)\gen_decode.obj \ $(OBJ)\gen_encode.obj \ + $(OBJ)\gen_print.obj \ $(OBJ)\gen_free.obj \ $(OBJ)\gen_glue.obj \ $(OBJ)\gen_length.obj \