summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2002-11-13 09:47:06 +0100
committerMartin Mares <mj@ucw.cz>2002-11-13 09:47:06 +0100
commit7d875e094bbbb9d4b234e31fe08f31510ac1d7d0 (patch)
tree6926a238826996127a7dd399d798b5182c3c7423 /nest/password.c
parentde10a974f2e2e8a11b6a6852cd770c1096e1c25d (diff)
downloadbird-7d875e094bbbb9d4b234e31fe08f31510ac1d7d0.tar
bird-7d875e094bbbb9d4b234e31fe08f31510ac1d7d0.zip
Added missing includes.
Diffstat (limited to 'nest/password.c')
-rw-r--r--nest/password.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/password.c b/nest/password.c
index ba5d0e6..9a77e89 100644
--- a/nest/password.c
+++ b/nest/password.c
@@ -8,6 +8,7 @@
#include "nest/bird.h"
#include "nest/password.h"
+#include "lib/string.h"
struct password_item *last_password_item = NULL;