mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01:00
BUILD: server: remove a build warning introduced by latest series
We get this when Lua is disabled, just a missing include. In file included from src/queue.c:18:0: include/proto/server.h:51:39: warning: 'struct appctx' declared inside parameter list [enabled by default]
This commit is contained in:
parent
30e5e18bbb
commit
df4399fcb6
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include <common/config.h>
|
#include <common/config.h>
|
||||||
#include <common/time.h>
|
#include <common/time.h>
|
||||||
|
#include <types/applet.h>
|
||||||
#include <types/dns.h>
|
#include <types/dns.h>
|
||||||
#include <types/proxy.h>
|
#include <types/proxy.h>
|
||||||
#include <types/queue.h>
|
#include <types/queue.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user