From 953d242de1254751747e7b9629babb906fe23ba2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 22 Oct 2021 10:22:15 +0000 Subject: Put back sys/types.h and sys/socket.h. The latter was unintentionally removed and the former is still needed, as pointed out by kettenis --- src/lib/libc/net/base64.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/base64.c b/src/lib/libc/net/base64.c index 7bfcb214d9..5b150d3881 100644 --- a/src/lib/libc/net/base64.c +++ b/src/lib/libc/net/base64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: base64.c,v 1.11 2021/10/22 09:51:54 tb Exp $ */ +/* $OpenBSD: base64.c,v 1.12 2021/10/22 10:22:15 tb Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. @@ -42,6 +42,8 @@ * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. */ +#include +#include #include #include -- cgit v1.2.3-55-g6feb