diff options
author | Martin Mares <mj@ucw.cz> | 2001-03-06 13:40:39 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2001-03-06 13:40:39 +0000 |
commit | 01b776e117d21ccfef996fd91c014c6e14a458a7 (patch) | |
tree | 0813e9b818fffb2e622b5a1f6ac2f92e60a6fdcb /sysdep/unix/timer.h | |
parent | 27e993fb4ecc310a83da3a74b21b15c32c207a09 (diff) |
Fixed <time.h> vs. <sys/time.h> problems.
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 b33622aa..5d22bb91 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" |