mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
BUG/MINOR: task: fix missing include with DEBUG_TASK
Following include reorganzation, there is some missing include files for
task.h when compiling with DEBUG_TASK :
- activity.h for task_profiling_mask
- time.h for now_mono_time()
This is present since the following commit
d8b325c748
REORG: task: uninline the loop time measurement code
No need to backport this.
This commit is contained in:
parent
cd34ad7133
commit
1a9b8a6122
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include <import/eb32sctree.h>
|
||||
#include <import/eb32tree.h>
|
||||
|
||||
#include <haproxy/activity.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <haproxy/global.h>
|
||||
|
|
@ -37,6 +38,7 @@
|
|||
#include <haproxy/task-t.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/ticks.h>
|
||||
#include <haproxy/time.h>
|
||||
|
||||
|
||||
/* Principle of the wait queue.
|
||||
|
|
|
|||
Loading…
Reference in a new issue