Browse Source

Add necessary time header include to avalon driver.

Con Kolivas 12 years ago
parent
commit
37ff9f8428
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-avalon.c

+ 1 - 0
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>