Commit 3efd8031 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

#include <compat.h> for asprintf().

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@731 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a6adc54e
......@@ -4,14 +4,16 @@
* The management process' CLI handling
*/
#include <stdio.h>
#include <sys/types.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include <sys/types.h>
#include "compat.h"
#include "cli_priv.h"
#include "cli.h"
#include "vsb.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