diff options
Diffstat (limited to 'accel-pptpd/pwdb.c')
-rw-r--r-- | accel-pptpd/pwdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/pwdb.c b/accel-pptpd/pwdb.c index 24515ec..4c0ab02 100644 --- a/accel-pptpd/pwdb.c +++ b/accel-pptpd/pwdb.c @@ -4,6 +4,8 @@ #include "pwdb.h" +#include "memdebug.h" + static LIST_HEAD(pwdb_handlers); int __export pwdb_check(struct ppp_t *ppp, const char *username, int type, ...) |