Skip to content

Commit

Permalink
Added missing includes for stdLib.h and errlog.h, needed for base 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Dec 5, 2017
1 parent 73e076b commit 8409249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions motorApp/PiSrc/devPIE517.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Last Modified: $Date: 2008-03-14 20:21:37 $


#include <string.h>
#include <stdlib.h>
#include <errlog.h>
#include "motorRecord.h"
#include "motor.h"
#include "motordevCom.h"
Expand Down
2 changes: 2 additions & 0 deletions motorApp/PiSrc/drvPIE517.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ DESIGN LIMITATIONS...
*/

#include <string.h>
#include <stdlib.h>
#include <epicsThread.h>
#include <drvSup.h>
#include <errlog.h>
#include "motorRecord.h"
#include "motor.h"
#include "drvPIE517.h"
Expand Down

0 comments on commit 8409249

Please sign in to comment.