mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:02:44 +02: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user