Fixed location of epicsExport to build on Cygwin

This commit is contained in:
MarkRivers
2015-05-06 16:47:20 +00:00
parent 0038888a6c
commit 368eca3925
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -91,14 +91,14 @@ Versions: Release 4-5 and higher.
#include <iocsh.h>
#include <asynDriver.h>
#include "XPS_C8_drivers.h"
#include "xps_ftp.h"
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include "XPSAxis.h"
#include <epicsExport.h>
#include "XPSController.h"
#include "XPS_C8_drivers.h"
#include "xps_ftp.h"
#include "XPSAxis.h"
static const char *driverName = "XPSController";