X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/62ee4fedd54fcfbc62676da90384cbc2b48ebed7..abf3b8af8e535ba962299b547e9b1a045442d726:/client/uart.h diff --git a/client/uart.h b/client/uart.h index 747c0f26..33248fb2 100644 --- a/client/uart.h +++ b/client/uart.h @@ -37,7 +37,6 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> - #include <stdint.h> #include <stdbool.h> @@ -55,6 +54,7 @@ typedef unsigned char byte_t; #include <sys/time.h> #include <errno.h> #else + #include <time.h> #include <windows.h> #endif