From 04b51375f383db068f9a53e12b86e3510fffdae7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 22 Mar 2002 00:35:17 +0000 Subject: [PATCH] import prototype for printf --- src/libCom/test/epicsListTest.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libCom/test/epicsListTest.cpp b/src/libCom/test/epicsListTest.cpp index 271523418..6316ab991 100644 --- a/src/libCom/test/epicsListTest.cpp +++ b/src/libCom/test/epicsListTest.cpp @@ -4,8 +4,10 @@ // Test code for the epics::List class -#include "epicsList.h" #include +#include + +#include "epicsList.h" using std::cout; using std::endl;