diff --git a/uart/uart.h b/uart/uart.h index 6f524ae9c..d451c09c0 100644 --- a/uart/uart.h +++ b/uart/uart.h @@ -39,6 +39,7 @@ #include #include #include "common.h" +#include "util_posix.h" // msclock /* serial_port is declared as a void*, which you should cast to whatever type * makes sense to your connection method. Both the posix and win32