diff options
Diffstat (limited to 'nest/password.h')
-rw-r--r-- | nest/password.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/password.h b/nest/password.h index f21483c4..78244985 100644 --- a/nest/password.h +++ b/nest/password.h @@ -10,7 +10,7 @@ #ifndef PASSWORD_H #define PASSWORD_H -#include "lib/timer.h" +#include "sysdep/unix/timer.h" struct password_item { node n; |