diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
| commit | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch) | |
| tree | 0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/kadm5/test_pw_quality.c | |
| parent | d5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff) | |
Diffstat (limited to 'lib/kadm5/test_pw_quality.c')
| -rw-r--r-- | lib/kadm5/test_pw_quality.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/kadm5/test_pw_quality.c b/lib/kadm5/test_pw_quality.c index ebef429c4753..6544afd95422 100644 --- a/lib/kadm5/test_pw_quality.c +++ b/lib/kadm5/test_pw_quality.c @@ -31,10 +31,14 @@ * SUCH DAMAGE. */ -#include "kadm5_locl.h" +#include <string.h> +#include <stdlib.h> #include <getarg.h> -RCSID("$Id$"); +#include <roken.h> +#include <krb5.h> + +#include "admin.h" static int version_flag; static int help_flag; |
