Commit 45d51398 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Include stdint.h in varnishapi.h, that's easier.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4943 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5256c913
......@@ -32,6 +32,8 @@
#ifndef VARNISHAPI_H_INCLUDED
#define VARNISHAPI_H_INCLUDED
#include <stdint.h>
#include "vsl.h"
/*
......
......@@ -9,7 +9,6 @@
#include "svnid.h"
SVNID("$Id$")
#include <stdint.h>
#include <sys/types.h>
#include "varnishapi.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