Change to allow building on Windows

This commit is contained in:
MarkRivers
2015-03-25 18:45:11 +00:00
parent 026c7603de
commit a271ecd7db
+2
View File
@@ -19,7 +19,9 @@ HeadURL: $URL$
#include <stdlib.h>
#include <vector>
#include <math.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#include <drvAsynIPPort.h>
#include <iocsh.h>