Fix location of include file

This commit is contained in:
MarkRivers
2015-05-28 19:34:25 +00:00
parent 8dff95075e
commit 9e55d9cc0f
+1 -1
View File
@@ -20,9 +20,9 @@ Note: This driver was tested with the v1.3.x of the firmware
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include "hxp_drivers.h"
#include <epicsExport.h>
#include "hxp_drivers.h"
#include "HXPDriver.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)