diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-16 23:24:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-16 23:24:25 +0200 |
commit | f2728099baa0fe4e6f1a8bfa321aefbf412f6543 (patch) | |
tree | b5e00c2c8f345e512508732c1b4f3c241b8decb9 /openbsd-compat/inet_ntoa.c | |
parent | - (bal) Missed dead header in inet_ntoa. (diff) | |
download | openssh-f2728099baa0fe4e6f1a8bfa321aefbf412f6543.tar.xz openssh-f2728099baa0fe4e6f1a8bfa321aefbf412f6543.zip |
- (djm) Sync with V_3_7 branch
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index f9fdc9ee5..e0384491d 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c @@ -43,6 +43,7 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.4 2003/06/02 20:18:35 millert E #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> +#include "inet_ntoa.h" char *inet_ntoa(struct in_addr in) { |