FreeBSD and MacOS related fixes and improvements: compilation and serial port access (#290)

fixes for compilation and usage under FreeBSD+MaxOS including setting low latency for FTDI device (thanks @samm-git)
This commit is contained in:
Alex Samorukov
2019-08-11 08:06:13 +02:00
committed by John
parent 958a9a8cda
commit 67fc6e59cc
6 changed files with 27 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <stdint.h>
#include <string>