From cce9a2b3b42a98bbc21ec782bb5f8b250107b1de Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 8 Oct 2004 15:00:12 +0000 Subject: [PATCH] Ensure that prototype is in scope. --- src/db/dbTest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/dbTest.c b/src/db/dbTest.c index 83cfdaa32..0976bdb4e 100644 --- a/src/db/dbTest.c +++ b/src/db/dbTest.c @@ -17,6 +17,7 @@ #include #include "epicsStdio.h" +#include "epicsString.h" #include "dbDefs.h" #include "errlog.h" #include "ellLib.h"