mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-29 08:02:08 +00:00
BUILD: calltrace: fix wrong include when building with TRACE=1
calltrace wasn't updated after the move of "now" from time.h to clock.h. This must be backported to 2.5 where the breakage happened.
This commit is contained in:
parent
a8b1065b6b
commit
43041aaefd
@ -48,7 +48,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/clock.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
static FILE *log;
|
||||
|
Loading…
Reference in New Issue
Block a user