summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 15:08:35 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 15:08:35 +1000
commit62da44f0644f5d1cc7fa3b6b967482b5d2f15aa2 (patch)
treeb08bc041e8d15a630a3fad05e8f5c85145b6fc31 /openbsd-compat/fake-rfc2553.c
parentad5ecbf07227a5c7e1423adf7c68c6cfb05bbd1e (diff)
- (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
[openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c] [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c] [openbsd-compat/port-aix.c openbsd-compat/port-irix.c] [openbsd-compat/rresvport.c] These look to need string.h and/or unistd.h (based on a grep for function names)
Diffstat (limited to 'openbsd-compat/fake-rfc2553.c')
-rw-r--r--openbsd-compat/fake-rfc2553.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c
index aae016bf7..08a7cb66c 100644
--- a/openbsd-compat/fake-rfc2553.c
+++ b/openbsd-compat/fake-rfc2553.c
@@ -36,6 +36,7 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39#include <string.h>
39 40
40#ifndef HAVE_GETNAMEINFO 41#ifndef HAVE_GETNAMEINFO
41int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 42int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,