Fix related to missing include

This commit is contained in:
Patrick Siegl
2018-06-27 22:10:27 -04:00
parent f65ad23c99
commit 0abf420c4b

View File

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