Browse Source

Add necessary time header include to avalon driver.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
37ff9f8428
  1. 1
      driver-avalon.c

1
driver-avalon.c

@ -20,6 +20,7 @@
#include <ctype.h> #include <ctype.h>
#include <dirent.h> #include <dirent.h>
#include <unistd.h> #include <unistd.h>
#include <time.h>
#ifndef WIN32 #ifndef WIN32
#include <sys/select.h> #include <sys/select.h>
#include <termios.h> #include <termios.h>

Loading…
Cancel
Save