]> Creatis software - gdcm.git/blobdiff - src/gdcmjpegls/Decoder/global.c
ENH: getting toward win32 support
[gdcm.git] / src / gdcmjpegls / Decoder / global.c
index 55d1ddc7e9034ea865940fe29768bcbfe289c1e7..533e065925512978dcb21480eb8bf54d8ffe83de 100644 (file)
  */
 
 #include <time.h>
-#include <unistd.h>
 #include "global.h"
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#else
+#include <io.h>
+#endif