diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-24 19:53:40 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-24 19:53:40 +1000 |
commit | c1abe8e3e89de85d5f0b093e0cc2b56a6cdc6887 (patch) | |
tree | c05cec2dd8bcdaf370bbdcb6f17d26fdb0b0d8c8 /openbsd-compat | |
parent | f80f5ec81bf445d09034a2caff93bc3582cd87c3 (diff) |
- (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/rresvport.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |