diff options
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index fe5539be0..8a8b3c846 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c | |||
@@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp | |||
47 | #include <netinet/in.h> | 47 | #include <netinet/in.h> |
48 | #include <arpa/inet.h> | 48 | #include <arpa/inet.h> |
49 | #include <stdio.h> | 49 | #include <stdio.h> |
50 | #include "bsd-inet_ntoa.h" | 50 | #include "inet_ntoa.h" |
51 | 51 | ||
52 | char *inet_ntoa(struct in_addr in) | 52 | char *inet_ntoa(struct in_addr in) |
53 | { | 53 | { |