diff options
Diffstat (limited to 'nest/password.c')
-rw-r--r-- | nest/password.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/password.c b/nest/password.c index 72f23f5d..6f87af21 100644 --- a/nest/password.c +++ b/nest/password.c @@ -10,6 +10,7 @@ #include "nest/bird.h" #include "nest/password.h" #include "lib/string.h" +#include "lib/timer.h" #include "lib/mac.h" struct password_item *last_password_item = NULL; |