From: tb Date: Fri, 22 Oct 2021 10:22:15 +0000 (+0000) Subject: Put back sys/types.h and sys/socket.h. The latter was unintentionally X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c2815f773d130984f818eb066cc5fa549cfb9e55;p=openbsd 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 --- diff --git a/lib/libc/net/base64.c b/lib/libc/net/base64.c index 7bfcb214d95..5b150d38810 100644 --- a/lib/libc/net/base64.c +++ b/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