summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/getrrsetbyname.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c125d69b3..942884818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,6 +102,7 @@
102 #include stdarg.h, needed for log.h. 102 #include stdarg.h, needed for log.h.
103 - (dtucker) [entropy.c] Needs unistd.h too. 103 - (dtucker) [entropy.c] Needs unistd.h too.
104 - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h. 104 - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
105 - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.
105 106
10620060804 10720060804
107 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent 108 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5172,4 +5173,4 @@
5172 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5173 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5173 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5174 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5174 5175
5175$Id: ChangeLog,v 1.4463 2006/08/05 05:57:40 dtucker Exp $ 5176$Id: ChangeLog,v 1.4464 2006/08/05 06:12:15 dtucker Exp $
diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c
index 70ef1850d..40155d5ab 100644
--- a/openbsd-compat/getrrsetbyname.c
+++ b/openbsd-compat/getrrsetbyname.c
@@ -49,6 +49,7 @@
49 49
50#ifndef HAVE_GETRRSETBYNAME 50#ifndef HAVE_GETRRSETBYNAME
51 51
52#include <stdlib.h>
52#include <string.h> 53#include <string.h>
53 54
54#include "getrrsetbyname.h" 55#include "getrrsetbyname.h"