diff options
author | jca <> | 2021-10-25 14:41:09 +0000 |
---|---|---|
committer | jca <> | 2021-10-25 14:41:09 +0000 |
commit | 6fb74f46dc2548b3198c11ea793f53687a318a8d (patch) | |
tree | adfd71589328d7f2ed6fc06836a358fbc87a1d95 | |
parent | 314245f535e5f99d184e4dcdd41c65bf862da849 (diff) | |
download | openbsd-6fb74f46dc2548b3198c11ea793f53687a318a8d.tar.gz openbsd-6fb74f46dc2548b3198c11ea793f53687a318a8d.tar.bz2 openbsd-6fb74f46dc2548b3198c11ea793f53687a318a8d.zip |
Revert accidental change.
Dunno why this ended up here, cvs is always full of surprises.
-rw-r--r-- | src/lib/libc/net/base64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/base64.c b/src/lib/libc/net/base64.c index bfa4f4d3cb..f36c11a21c 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.14 2021/10/25 14:38:10 jca Exp $ */ | 1 | /* $OpenBSD: base64.c,v 1.15 2021/10/25 14:41:09 jca Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1996 by Internet Software Consortium. | 4 | * Copyright (c) 1996 by Internet Software Consortium. |
@@ -42,6 +42,7 @@ | |||
42 | * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. | 42 | * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
43 | */ | 43 | */ |
44 | 44 | ||
45 | #include <sys/types.h> | ||
45 | #include <sys/socket.h> | 46 | #include <sys/socket.h> |
46 | #include <netinet/in.h> | 47 | #include <netinet/in.h> |
47 | #include <arpa/inet.h> | 48 | #include <arpa/inet.h> |