Commit 69f321c8 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

#include "compat.h" for asprintf(). Sort includes.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@735 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9f586438
......@@ -4,13 +4,15 @@
* VCL compiler stuff
*/
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#include "compat.h"
#include "vsb.h"
#include "queue.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment