Commit 37ff9f842870b3cbd488330915afa45109e7067f

Con Kolivas 2013-08-18T01:33:50

Add necessary time header include to avalon driver.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-avalon.c b/driver-avalon.c
index f274314..91fa93a 100644
--- a/driver-avalon.c
+++ b/driver-avalon.c
@@ -20,6 +20,7 @@
 #include <ctype.h>
 #include <dirent.h>
 #include <unistd.h>
+#include <time.h>
 #ifndef WIN32
   #include <sys/select.h>
   #include <termios.h>