diff options
Diffstat (limited to 'sysdep/unix/timer.h')
-rw-r--r-- | sysdep/unix/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h index b33622a..5d22bb9 100644 --- a/sysdep/unix/timer.h +++ b/sysdep/unix/timer.h @@ -9,7 +9,7 @@ #ifndef _BIRD_TIMER_H_ #define _BIRD_TIMER_H_ -#include <sys/time.h> +#include <time.h> #include "lib/resource.h" |