added missing includes

This commit is contained in:
Jeff Hill
1995-03-06 22:42:55 +00:00
parent a86c813415
commit f6d91b8876
2 changed files with 5 additions and 0 deletions

View File

@@ -36,12 +36,15 @@
***************************************************************************
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <dbDefs.h>
#include <errMdef.h>
#include <epicsPrint.h>
#include "errSymTbl.h"
@@ -77,3 +80,4 @@ void errPrintf(long status, const char *pFileName,
vprintf(pformat,pvar);
printf("\n");
}

View File

@@ -97,6 +97,7 @@ static char *pSccsId = "@(#) $Id$";
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#ifdef vxWorks