summaryrefslogtreecommitdiff
path: root/auth2-kbdint.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r--auth2-kbdint.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c
index a813b8f5..f88ef2c3 100644
--- a/auth2-kbdint.c
+++ b/auth2-kbdint.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-kbdint.c,v 1.9 2018/07/09 21:35:50 markus Exp $ */
+/* $OpenBSD: auth2-kbdint.c,v 1.10 2019/09/06 04:53:27 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -29,6 +29,9 @@
#include <stdarg.h>
+#include <stdlib.h>
+#include <stdio.h>
+
#include "xmalloc.h"
#include "packet.h"
#include "hostfile.h"