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
a7baa5ce
Commit
a7baa5ce
authored
Apr 27, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes of config.h
parent
f85fcc51
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
3 deletions
+14
-3
common_vsc.c
bin/varnishd/common/common_vsc.c
+2
-0
vhp_decode.c
bin/varnishd/hpack/vhp_decode.c
+2
-0
vhp_table.c
bin/varnishd/hpack/vhp_table.c
+2
-3
vtc_proxy.c
bin/varnishtest/vtc_proxy.c
+2
-0
vsl_cursor.c
lib/libvarnishapi/vsl_cursor.c
+2
-0
vsl_dispatch.c
lib/libvarnishapi/vsl_dispatch.c
+2
-0
vsl_query.c
lib/libvarnishapi/vsl_query.c
+2
-0
No files found.
bin/varnishd/common/common_vsc.c
View file @
a7baa5ce
...
...
@@ -28,6 +28,8 @@
*
*/
#include "config.h"
#include "common.h"
/* Build the static vsc type names */
...
...
bin/varnishd/hpack/vhp_decode.c
View file @
a7baa5ce
...
...
@@ -28,6 +28,8 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <limits.h>
...
...
bin/varnishd/hpack/vhp_table.c
View file @
a7baa5ce
...
...
@@ -25,9 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
*/
/*
* Layout:
*
* buf [
...
...
@@ -46,6 +43,8 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
...
...
bin/varnishtest/vtc_proxy.c
View file @
a7baa5ce
...
...
@@ -26,6 +26,8 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
...
...
lib/libvarnishapi/vsl_cursor.c
View file @
a7baa5ce
...
...
@@ -29,6 +29,8 @@
*
*/
#include "config.h"
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
...
...
lib/libvarnishapi/vsl_dispatch.c
View file @
a7baa5ce
...
...
@@ -28,6 +28,8 @@
*
*/
#include "config.h"
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
...
...
lib/libvarnishapi/vsl_query.c
View file @
a7baa5ce
...
...
@@ -28,6 +28,8 @@
*
*/
#include "config.h"
#include <ctype.h>
#include <math.h>
#include <stdint.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