Skip to content

Commit

Permalink
Add missing include files stdLib.h and errlog.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Dec 6, 2017
1 parent 8409249 commit 60aa414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions motorApp/DeltaTauSrc/devPmac.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions motorApp/DeltaTauSrc/drvPmac.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60aa414

Please sign in to comment.