From 93c0dcd3e526c577a32f8bf0e96d30d59300ee4c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 6 May 2017 01:11:53 -0500 Subject: [PATCH] Missing include --- src/libCom/test/cvtFastTest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/test/cvtFastTest.c b/src/libCom/test/cvtFastTest.c index 7943f5baf..ac853ecc3 100644 --- a/src/libCom/test/cvtFastTest.c +++ b/src/libCom/test/cvtFastTest.c @@ -13,6 +13,7 @@ #include #include +#include #include "epicsUnitTest.h" #include "cvtFast.h"