diff options
Diffstat (limited to 'nest/password.h')
-rw-r--r-- | nest/password.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/password.h b/nest/password.h index 53168bb7..335b9cd4 100644 --- a/nest/password.h +++ b/nest/password.h @@ -10,6 +10,8 @@ #ifndef PASSWORD_H #define PASSWORD_H +#include "lib/lists.h" + struct password_item { node n; const char *password; /* Key data, null terminated */ |