Skip to content

Commit

Permalink
epicsTypes.h includes to deal with missing epicsUInt type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
aderbenev committed Aug 29, 2017
1 parent f5e69f9 commit bb67593
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions evgMrmApp/src/mrmevgseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <stdio.h>

#include <epicsTypes.h>
#include <mrfCommonIO.h>

#include "mrmevgseq.h"
Expand Down
1 change: 1 addition & 0 deletions evrMrmApp/src/drvemCML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <epicsMath.h>

#include <epicsTypes.h>
#include <mrfCommonIO.h>
#include <mrfBitOps.h>
#include "evrRegMap.h"
Expand Down
1 change: 1 addition & 0 deletions evrMrmApp/src/drvemInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <stdexcept>
#include <epicsInterrupt.h>

#include <epicsTypes.h>
#include <mrfCommonIO.h>
#include <mrfBitOps.h>

Expand Down
1 change: 1 addition & 0 deletions evrMrmApp/src/drvemRxBuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma comment (lib, "Ws2_32.lib")
#endif
#include <callback.h>
#include <epicsTypes.h>
#include <mrfCommonIO.h>
#include <mrfBitOps.h>
#include <epicsInterrupt.h>
Expand Down
1 change: 1 addition & 0 deletions evrMrmApp/src/mrmevrseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <stdio.h>

#include <epicsTypes.h>
#include <mrfCommonIO.h>

#include "mrmevrseq.h"
Expand Down
1 change: 1 addition & 0 deletions mrmShared/src/mrmSeq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <epicsMutex.h>
#include <errlog.h>

#include <epicsTypes.h>
#include <mrfCommonIO.h>

#include "mrmSeq.h"
Expand Down

0 comments on commit bb67593

Please sign in to comment.