diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/rresvport.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,7 @@ | |||
5 | - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2) | 5 | - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2) |
6 | on POSIX systems. | 6 | on POSIX systems. |
7 | - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2). | 7 | - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2). |
8 | - (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc. | ||
8 | 9 | ||
9 | 20060822 | 10 | 20060822 |
10 | - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in | 11 | - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in |
@@ -5296,4 +5297,4 @@ | |||
5296 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5297 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5297 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5298 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5298 | 5299 | ||
5299 | $Id: ChangeLog,v 1.4508 2006/08/24 09:52:30 dtucker Exp $ | 5300 | $Id: ChangeLog,v 1.4509 2006/08/24 09:53:40 dtucker Exp $ |
diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c index c10391872..15790e852 100644 --- a/openbsd-compat/rresvport.c +++ b/openbsd-compat/rresvport.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #ifndef HAVE_RRESVPORT_AF | 36 | #ifndef HAVE_RRESVPORT_AF |
37 | 37 | ||
38 | #include <errno.h> | 38 | #include <errno.h> |
39 | #include <stdlib.h> | ||
39 | #include <string.h> | 40 | #include <string.h> |
40 | 41 | ||
41 | #if 0 | 42 | #if 0 |