Fix related to missing include

This commit is contained in:
Patrick Siegl
2018-06-27 22:09:21 -04:00
parent 2cc4d4027e
commit f65ad23c99

View File

@@ -1,6 +1,7 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>
#include <linux/limits.h>
#include <ftdi.h> #include <ftdi.h>
#include <time.h> #include <time.h>