X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/be6e909c5bda0ae2d1ff2ea057127e099356c232..10493a0f191f51516b8becca07ea0f6c48575680:/client/uart.h

diff --git a/client/uart.h b/client/uart.h
index d520e7f4..33248fb2 100644
--- a/client/uart.h
+++ b/client/uart.h
@@ -54,6 +54,7 @@ typedef unsigned char byte_t;
   #include <sys/time.h>
   #include <errno.h>
 #else
+  #include <time.h>
   #include <windows.h>
 #endif