From 6d1bed689ef5a518638d4148daf778d70500cf3f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 4 May 2000 15:39:58 +0000 Subject: [PATCH] use proper form of include for system libraries --- src/iocsh/ioccrf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocsh/ioccrf.h b/src/iocsh/ioccrf.h index 27950c88b..c81a47bd4 100644 --- a/src/iocsh/ioccrf.h +++ b/src/iocsh/ioccrf.h @@ -10,7 +10,7 @@ of this distribution. #ifndef INCioccrfH #define INCioccrfH -#include "stdio.h" +#include #include "shareLib.h" #ifdef __cplusplus