From 3caf5e10c41b5338dd4bae2e9afc8705acba99bc Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 30 Mar 2006 19:50:31 +0000 Subject: [PATCH] Include stdio.h --- src/libCom/misc/epicsString.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/misc/epicsString.h b/src/libCom/misc/epicsString.h index 09480906e..6da7260fa 100644 --- a/src/libCom/misc/epicsString.h +++ b/src/libCom/misc/epicsString.h @@ -16,6 +16,7 @@ * returns the length of the resultant string (may contain nulls) */ +#include #include #ifdef __cplusplus