Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
77a5310e
Commit
77a5310e
authored
Apr 07, 2018
by
Guillaume Quintard
Committed by
guillaume quintard
Apr 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include headers to compile on musl
parent
6d4a95e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
vtc_barrier.c
bin/varnishtest/vtc_barrier.c
+1
-0
vut.c
lib/libvarnishapi/vut.c
+1
-0
vxp.c
lib/libvarnishapi/vxp.c
+1
-0
vxp_lexer.c
lib/libvarnishapi/vxp_lexer.c
+1
-0
No files found.
bin/varnishtest/vtc_barrier.c
View file @
77a5310e
...
...
@@ -35,6 +35,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h>
/* for MUSL */
#include "vtc.h"
#include "vtcp.h"
...
...
lib/libvarnishapi/vut.c
View file @
77a5310e
...
...
@@ -40,6 +40,7 @@
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <sys/stat.h>
/* for MUSL */
#include "compat/daemon.h"
#include "vdef.h"
...
...
lib/libvarnishapi/vxp.c
View file @
77a5310e
...
...
@@ -33,6 +33,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/* for MUSL */
#include "vdef.h"
#include "vas.h"
...
...
lib/libvarnishapi/vxp_lexer.c
View file @
77a5310e
...
...
@@ -33,6 +33,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/* for MUSL */
#include "vdef.h"
#include "vas.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment