Skip to content

Commit

Permalink
Merge pull request #25 from epics-motor/issue24
Browse files Browse the repository at this point in the history
Added include statements required for calloc and malloc on RHEL7.  Fixes #24
  • Loading branch information
kmpeters authored Mar 8, 2022
2 parents 81677b3 + 94ef93d commit bcc4b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions acsMotionApp/src/SPiiPlusAuxDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include <stdlib.h>
#include <sstream>

#include <iocsh.h>
Expand Down
1 change: 1 addition & 0 deletions acsMotionApp/src/SPiiPlusCommDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#include <string.h>
#include <cstdlib>
#include <sstream>

#include <iocsh.h>
Expand Down

0 comments on commit bcc4b40

Please sign in to comment.