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
+1
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>
+1
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>