summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/base64.c3
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>