From: Willy Tarreau Date: Thu, 24 Nov 2016 16:32:01 +0000 (+0100) Subject: BUILD: server: remove a build warning introduced by latest series X-Git-Tag: v1.7.0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df4399fcb6063f65aae53948bcb1e8659cb3c478;p=thirdparty%2Fhaproxy.git 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] --- diff --git a/include/proto/server.h b/include/proto/server.h index d11150a7a6..7c9574ee42 100644 --- a/include/proto/server.h +++ b/include/proto/server.h @@ -26,6 +26,7 @@ #include #include +#include #include #include #include