summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_ntoa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-17 07:24:25 +1000
committerDamien Miller <djm@mindrot.org>2003-09-17 07:24:25 +1000
commitf2728099baa0fe4e6f1a8bfa321aefbf412f6543 (patch)
treeb5e00c2c8f345e512508732c1b4f3c241b8decb9 /openbsd-compat/inet_ntoa.c
parente12104839298a45ecba1dc0059494229a1bf51f3 (diff)
- (djm) Sync with V_3_7 branch
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r--openbsd-compat/inet_ntoa.c1
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
43#include <netinet/in.h> 43#include <netinet/in.h>
44#include <arpa/inet.h> 44#include <arpa/inet.h>
45#include <stdio.h> 45#include <stdio.h>
46#include "inet_ntoa.h"
46 47
47char *inet_ntoa(struct in_addr in) 48char *inet_ntoa(struct in_addr in)
48{ 49{