From 3d8e2d933d035e2bf71990b27b5356d4e7faecd0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 13 Aug 2018 19:14:16 -0700 Subject: [PATCH] Include epicsStdio.h so driver report output can be redirected from iocsh --- src/ioc/db/dbChannel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ioc/db/dbChannel.c b/src/ioc/db/dbChannel.c index c6a8454f6..399d13dab 100644 --- a/src/ioc/db/dbChannel.c +++ b/src/ioc/db/dbChannel.c @@ -21,6 +21,7 @@ #include "epicsAssert.h" #include "epicsExit.h" #include "epicsString.h" +#include "epicsStdio.h" #include "errlog.h" #include "freeList.h" #include "gpHash.h"