added missing prototype for function gettimeofday

This commit is contained in:
Radim Kolar 2009-09-22 23:54:36 +02:00
parent cb6518427d
commit df13788e57

View File

@ -16,6 +16,7 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
#include <sys/time.h>
static int myfd; static int myfd;