Commit 436524fb authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

r37083@cat (orig r1307): phk | 2007-04-09 22:30:05 +0200

 <queue.h> is a local #include in varnish, so use "queue.h"
 


git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1350 d4fa192b-c00b-0410-8231-f00ffab90ce4
parents dce8095e 2dc6790a
......@@ -67,12 +67,12 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <queue.h>
#include <unistd.h>
#include <sys/stat.h>
#include "vsb.h"
#include "queue.h"
#include "vcc_priv.h"
#include "vcc_compile.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