From b3b3b8eca66f0277f4834373ddf5276d7ee838a3 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 31 Oct 2013 16:24:05 +0000 Subject: [PATCH] While trying to compile mstpsnap, Joe got a compile time failure. Adding fifo.c to the mstpsnap.mak file seems to have resolved GCC's complaint, and mstpsnap seems to be functioning. Thanks, Joe! --- bacnet-stack/ports/linux/mstpsnap.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/ports/linux/mstpsnap.mak b/bacnet-stack/ports/linux/mstpsnap.mak index a7df8ecf..809e1193 100644 --- a/bacnet-stack/ports/linux/mstpsnap.mak +++ b/bacnet-stack/ports/linux/mstpsnap.mak @@ -38,6 +38,7 @@ SRCS = mstpsnap.c \ ${BACNET_PORT_DIR}/timer.c \ ${BACNET_SOURCE_DIR}/bacint.c \ ${BACNET_SOURCE_DIR}/mstp.c \ + ${BACNET_SOURCE_DIR}/fifo.c \ ${BACNET_SOURCE_DIR}/mstptext.c \ ${BACNET_SOURCE_DIR}/debug.c \ ${BACNET_SOURCE_DIR}/indtext.c \