summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-19 16:55:01 +1000
committerDamien Miller <djm@mindrot.org>2003-09-19 16:55:01 +1000
commit4dd222cb8747903750eea47be63305cfc9f1a483 (patch)
treedf971d6e36794bdefd4b43e2102155ec4eaf007a /openbsd-compat
parent7b92600e9b27d76e8bff22297f659d472aa62b36 (diff)
- (djm) Bug #680: Remove missing inet_ntoa.h header reference
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/inet_ntoa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c
index e0384491d..f9fdc9ee5 100644
--- a/openbsd-compat/inet_ntoa.c
+++ b/openbsd-compat/inet_ntoa.c
@@ -43,7 +43,6 @@ 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"
47 46
48char *inet_ntoa(struct in_addr in) 47char *inet_ntoa(struct in_addr in)
49{ 48{