aboutsummaryrefslogtreecommitdiff
path: root/lib/kadm5/test_pw_quality.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-06 20:48:22 +0000
commit6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch)
tree0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/kadm5/test_pw_quality.c
parentd5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff)
Diffstat (limited to 'lib/kadm5/test_pw_quality.c')
-rw-r--r--lib/kadm5/test_pw_quality.c8
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;