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:
Willy Tarreau 2022-04-19 08:23:30 +02:00
parent a8b1065b6b
commit 43041aaefd

View File

@ -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;