Fix to allow building dynamically on Windows

This commit is contained in:
MarkRivers
2014-05-28 16:09:33 +00:00
parent ab860a5e27
commit bcc5c188db
+4 -1
View File
@@ -18,8 +18,11 @@ Note: This driver was tested with the Micos SMC hydra CM and
#include <asynOctetSyncIO.h>
#include "SMChydraDriver.h"
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include <epicsExport.h>
#include "SMChydraDriver.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)