mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue