diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/ocspcheck/http.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c index 9aef1aac8d..456840b391 100644 --- a/src/usr.sbin/ocspcheck/http.c +++ b/src/usr.sbin/ocspcheck/http.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: http.c,v 1.7 2017/02/01 18:54:37 beck Exp $ */ | 1 | /* $Id: http.c,v 1.8 2017/02/03 08:08:15 guenther Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> | 3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> |
4 | * | 4 | * |
@@ -15,10 +15,11 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <sys/types.h> | ||
19 | #include <sys/socket.h> | ||
20 | |||
18 | #include <arpa/inet.h> | 21 | #include <arpa/inet.h> |
19 | #include <netinet/in.h> | 22 | #include <netinet/in.h> |
20 | #include <sys/socket.h> | ||
21 | #include <sys/param.h> | ||
22 | 23 | ||
23 | #include <ctype.h> | 24 | #include <ctype.h> |
24 | #include <err.h> | 25 | #include <err.h> |