aboutsummaryrefslogtreecommitdiffstats
path: root/main/varnish/musl-includes.patch
blob: b414498fb8f4002fe18dbeb801cb85b7145c0cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- ./lib/libvarnishapi/vxp_lexer.c.orig
+++ ./lib/libvarnishapi/vxp_lexer.c
@@ -33,6 +33,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 
 #include "vdef.h"
 #include "vas.h"
--- ./lib/libvarnishapi/vxp.c.orig
+++ ./lib/libvarnishapi/vxp.c
@@ -33,6 +33,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 
 #include "vdef.h"
 #include "vas.h"
--- ./bin/varnishtest/vtc_barrier.c.orig
+++ ./bin/varnishtest/vtc_barrier.c
@@ -35,6 +35,7 @@
 #include <unistd.h>
 
 #include <sys/socket.h>
+#include <sys/time.h>
 
 #include "vtc.h"
 #include "vtcp.h"