diff options
Diffstat (limited to 'lib/timer.h')
-rw-r--r-- | lib/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timer.h b/lib/timer.h index 29f20c4b..506e3c94 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -9,7 +9,7 @@ #ifndef _BIRD_TIMER_H_ #define _BIRD_TIMER_H_ -#include <lib/resource.h> +#include "lib/resource.h" typedef struct timer { resource r; |