]> Creatis software - gdcm.git/blobdiff - Testing/TestCopyDicom.cxx
FIX: Some warnings
[gdcm.git] / Testing / TestCopyDicom.cxx
index a5b6dfa3ce8aed993a34c1d2b6bd04a30a2179f7..e67a9926ce380aebb25487a81fa6963cd9a313e3 100644 (file)
@@ -6,6 +6,10 @@
 //Generated file:
 #include "gdcmDataImages.h"
 
+#ifndef _WIN32
+#include <unistd.h> //for access, unlink
+#endif
+
 // return true if the file exists
 bool FileExists(const char* filename)
 {