Fix to allow building dynamically on Windows

This commit is contained in:
MarkRivers
2014-05-28 15:44:28 +00:00
parent d5c3b78d29
commit bfc2fda123
+4 -1
View File
@@ -18,8 +18,11 @@ April 11, 2013
#include <asynOctetSyncIO.h>
#include "AG_CONEX.h"
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include <epicsExport.h>
#include "AG_CONEX.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)