From 741fa816a18323d2065e49a72700c9ddae79b800 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Sat, 7 Dec 2019 15:40:42 +0100 Subject: [PATCH] build asprintf for Windows --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index d56841b..ab47113 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,6 +18,7 @@ DBDS += dbLoadTemplate.dbd SOURCES_T2 += strdup.c SOURCES_vxWorks += asprintf.c +SOURCES_WIN32 += asprintf.c HEADERS += strdup.h asprintf.h HEADERS += require.h