diff options
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 1 |
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 | ||
48 | char *inet_ntoa(struct in_addr in) | 47 | char *inet_ntoa(struct in_addr in) |
49 | { | 48 | { |