diff options
| author | jca <> | 2021-10-25 14:41:09 +0000 |
|---|---|---|
| committer | jca <> | 2021-10-25 14:41:09 +0000 |
| commit | da5b44a9e9a9d701839763c8b3d2b856dd0a047d (patch) | |
| tree | adfd71589328d7f2ed6fc06836a358fbc87a1d95 /src/lib/libc | |
| parent | db770399bac4498ed9ea1f166e1e92abee964504 (diff) | |
| download | openbsd-da5b44a9e9a9d701839763c8b3d2b856dd0a047d.tar.gz openbsd-da5b44a9e9a9d701839763c8b3d2b856dd0a047d.tar.bz2 openbsd-da5b44a9e9a9d701839763c8b3d2b856dd0a047d.zip | |
Revert accidental change.
Dunno why this ended up here, cvs is always full of surprises.
Diffstat (limited to 'src/lib/libc')
| -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> |
