From e0f45e09c71a7e0a9086dae6ddd4ea1d75d97f5c Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 12 Aug 2015 12:00:03 +0200 Subject: [PATCH] added helper functions unavailable in vxWorks --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c50a1ab..146a74a 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,6 @@ BUILDCLASSES += Linux SOURCES += require.c DBDS += require.dbd + +SOURCES_vxWorks += strdup.c asprintf.c +HEADERS += strdup.h asprintf.h