add includes for error messages

This commit is contained in:
Marty Kraimer
1998-01-20 21:51:58 +00:00
parent 7563f566ca
commit 2f3a295d5d
12 changed files with 25 additions and 5 deletions

View File

@@ -38,11 +38,12 @@
#include <stdio.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <task_params.h>
#include <module_types.h>
#include <drvSup.h>
#include <devSup.h>
#include <dbDefs.h>
#include <dbCommon.h>
#include <dbAccess.h>
#include <link.h>

View File

@@ -91,10 +91,10 @@
#include <intLib.h>
#include <vxLib.h>
#include <dbDefs.h>
#include <task_params.h>
#include <module_types.h>
#include <drvSup.h>
#include <dbDefs.h>
#include <link.h>
#include <callback.h>
#include <taskwd.h>

View File

@@ -69,6 +69,7 @@
/* drvCompuSm.c - Driver Support Routines for CompuSm */
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <steppermotor.h>

View File

@@ -122,6 +122,9 @@
* for the DMA buffer that is appropriate.
*
* $Log$
* Revision 1.3 1997/04/30 19:02:04 mrk
* Fixed many compiler warning messages
*
* Revision 1.2 1995/09/01 14:36:35 winans
* Added ability to change default clock speed from shell.
*
@@ -148,10 +151,12 @@ static char *SccsId = "$Id$";
#include <rebootLib.h>
#include <intLib.h>
#include <taskLib.h>
#include <iv.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <iv.h>
#include <dbScan.h>
#include <devLib.h>

View File

@@ -39,6 +39,8 @@
#include <stdio.h>
#include <rebootLib.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvEpvxi.h>
#include <drvSup.h>
#include <devLib.h>

View File

@@ -59,6 +59,9 @@
*
*
* $Log$
* Revision 1.7 1997/04/30 19:02:08 mrk
* Fixed many compiler warning messages
*
* Revision 1.6 1996/05/03 19:05:36 winans
* Added the EOS logic from Mark Rivers. (It is only supported for HiDEOS
* GPIB interfaces.)
@@ -118,12 +121,13 @@
#include <symLib.h>
#include <sysSymTbl.h> /* idiots at WRS have undocumented stuff in here */
#include "dbDefs.h"
#include "epicsPrint.h"
#include "devLib.h"
#include "ellLib.h"
#include "task_params.h"
#include "module_types.h"
#include "drvSup.h"
#include "dbDefs.h"
#include "link.h"
#include "fast_lock.h"
#include "taskwd.h"

View File

@@ -78,6 +78,7 @@ static char *sccsID = "@(#)drvJgvtr1.c 1.17\t9/9/93";
#include <iv.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <task_params.h>

View File

@@ -51,6 +51,8 @@
#include <fast_lock.h>
#include <taskwd.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <dbCommon.h>
#include <aoRecord.h>
#include <aiRecord.h>

View File

@@ -84,6 +84,7 @@
#include <vme.h> /* library to support sysBusToLocalAdrs. */
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <drvOms.h>

View File

@@ -37,11 +37,12 @@
#include <stdlib.h>
#include <stdio.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <task_params.h>
#include <module_types.h>
#include <drvSup.h>
#include <devSup.h>
#include <dbDefs.h>
#include <dbCommon.h>
#include <dbAccess.h>
#include <link.h>

View File

@@ -69,6 +69,7 @@
/* drvCompuSm.c - Driver Support Routines for CompuSm */
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <steppermotor.h>

View File

@@ -78,6 +78,7 @@ static char *sccsID = "@(#)drvJgvtr1.c 1.17\t9/9/93";
#include <iv.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <drvSup.h>
#include <module_types.h>
#include <task_params.h>