diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-10-11 14:32:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-10-11 14:32:27 +0000 |
commit | 20fb6c1d86349034454a7f82237c21cbe46f844a (patch) | |
tree | 5a00457994c4930eccffb8237f48b437be18831c | |
parent | c5e63f3c709ecc97f5c094a8dfb857ff02283348 (diff) |
does not need arpa/nameser.h
-rw-r--r-- | lib/libc/net/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/base64.c b/lib/libc/net/base64.c index e90696df673..eac8b89e636 100644 --- a/lib/libc/net/base64.c +++ b/lib/libc/net/base64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: base64.c,v 1.8 2015/01/16 16:48:51 deraadt Exp $ */ +/* $OpenBSD: base64.c,v 1.9 2021/10/11 14:32:26 deraadt Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -46,7 +46,6 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <arpa/nameser.h> #include <ctype.h> #include <resolv.h> |