mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-22 18:33:28 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <common/config.h>
|
||||
#include <common/time.h>
|
||||
#include <types/applet.h>
|
||||
#include <types/dns.h>
|
||||
#include <types/proxy.h>
|
||||
#include <types/queue.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue