From 1a17ca699c6349a4de6c189d6790bfb4db72becb Mon Sep 17 00:00:00 2001 From: JRedinger Date: Mon, 25 Mar 2019 02:15:37 -0700 Subject: [PATCH] Fix Makefile (Windows) --- src/makefile.linux-mingw | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 54b3918..b5bd1e7 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -69,6 +69,7 @@ OBJS= \ obj/miner.o \ obj/main.o \ obj/net.o \ + obj/ntp.o \ obj/protocol.o \ obj/bitcoinrpc.o \ obj/rpcdump.o \