Commit 417c57b3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add compat trick for clock_gettime()

Submitted by:	Pierre Queinnec <pierre.queinnec@zenika.com>



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1368 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent cbfc7891
......@@ -48,6 +48,10 @@
#include <sys/select.h>
#include <sys/ioctl.h>
#ifndef HAVE_CLOCK_GETTIME
#include "compat/clock_gettime.h"
#endif
#include "heritage.h"
#include "shmlog.h"
#include "cache.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