mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
BUILD: cache: include tools.h in cache.c
cache.c uses a lot of functions from tools.h without including it.
This commit is contained in:
parent
523ca9d102
commit
ce6700aec5
@ -32,6 +32,7 @@
|
|||||||
#include <haproxy/shctx.h>
|
#include <haproxy/shctx.h>
|
||||||
#include <haproxy/stream.h>
|
#include <haproxy/stream.h>
|
||||||
#include <haproxy/stream_interface.h>
|
#include <haproxy/stream_interface.h>
|
||||||
|
#include <haproxy/tools.h>
|
||||||
|
|
||||||
#define CACHE_FLT_F_IMPLICIT_DECL 0x00000001 /* The cache filtre was implicitly declared (ie without
|
#define CACHE_FLT_F_IMPLICIT_DECL 0x00000001 /* The cache filtre was implicitly declared (ie without
|
||||||
* the filter keyword) */
|
* the filter keyword) */
|
||||||
|
Loading…
Reference in New Issue
Block a user