diff options
author | deraadt <> | 2021-10-11 14:32:26 +0000 |
---|---|---|
committer | deraadt <> | 2021-10-11 14:32:26 +0000 |
commit | 3980c89dba3b57dada67223e7b5b4ee02da877e0 (patch) | |
tree | 7a2c366fa11d4acf4cf04aa89b6651a62df90892 /src/lib/libc/net | |
parent | 2d090f15011c9243edd7e36c5047318af3813a4a (diff) | |
download | openbsd-3980c89dba3b57dada67223e7b5b4ee02da877e0.tar.gz openbsd-3980c89dba3b57dada67223e7b5b4ee02da877e0.tar.bz2 openbsd-3980c89dba3b57dada67223e7b5b4ee02da877e0.zip |
does not need arpa/nameser.h
Diffstat (limited to 'src/lib/libc/net')
-rw-r--r-- | src/lib/libc/net/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/base64.c b/src/lib/libc/net/base64.c index e90696df67..eac8b89e63 100644 --- a/src/lib/libc/net/base64.c +++ b/src/lib/libc/net/base64.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: base64.c,v 1.8 2015/01/16 16:48:51 deraadt Exp $ */ | 1 | /* $OpenBSD: base64.c,v 1.9 2021/10/11 14:32:26 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1996 by Internet Software Consortium. | 4 | * Copyright (c) 1996 by Internet Software Consortium. |
@@ -46,7 +46,6 @@ | |||
46 | #include <sys/socket.h> | 46 | #include <sys/socket.h> |
47 | #include <netinet/in.h> | 47 | #include <netinet/in.h> |
48 | #include <arpa/inet.h> | 48 | #include <arpa/inet.h> |
49 | #include <arpa/nameser.h> | ||
50 | 49 | ||
51 | #include <ctype.h> | 50 | #include <ctype.h> |
52 | #include <resolv.h> | 51 | #include <resolv.h> |