]> andersk Git - openssh.git/blobdiff - dh.c
- (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
[openssh.git] / dh.c
diff --git a/dh.c b/dh.c
index 1ebd3f48e5b8155202ab3d6d10a9d827963743d2..925eedddf834038b00edd843426ed53fa821c56b 100644 (file)
--- a/dh.c
+++ b/dh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.c,v 1.40 2006/07/26 13:57:17 stevesk Exp $ */
+/* $OpenBSD: dh.c,v 1.42 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
  *
@@ -30,6 +30,7 @@
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
This page took 0.036729 seconds and 4 git commands to generate.