]> andersk Git - openssh.git/blobdiff - readpass.c
- djm@cvs.openbsd.org 2009/11/20 00:54:01
[openssh.git] / readpass.c
index 725ae57892e97c0033d5988598ba11b42b0e5904..bd144c2e39177a15f8fd21535782b9e141de6d8e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpass.c,v 1.43 2006/07/17 01:31:09 stevesk Exp $ */
+/* $OpenBSD: readpass.c,v 1.47 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
@@ -34,6 +34,9 @@
 # include <paths.h>
 #endif
 #include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "xmalloc.h"
This page took 0.635419 seconds and 4 git commands to generate.