Add missing include files stdLib.h and errlog.h

(cherry picked from commit 60aa414b37)
This commit is contained in:
Mark Rivers
2017-12-06 17:45:20 -06:00
committed by kpetersn
parent 8868cd9771
commit 3f2fb84c1f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ USAGE... Device level support for Delta Tau PMAC.
#include <string.h>
#include <math.h>
#include <errlog.h>
#include "motorRecord.h"
#include "motor.h"
#include "motordevCom.h"
+2
View File
@@ -48,10 +48,12 @@ USAGE... Driver level support for Delta Tau PMAC model.
#include <vxLib.h>
#include <sysLib.h>
#include <string.h>
#include <stdlib.h>
#include <rebootLib.h>
#include <logLib.h>
#include <drvSup.h>
#include <epicsVersion.h>
#include <errlog.h>
#include <devLib.h>
#include <dbAccess.h>
#include <epicsThread.h>