From df4399fcb6063f65aae53948bcb1e8659cb3c478 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 24 Nov 2016 17:32:01 +0100 Subject: [PATCH] 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] --- include/proto/server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proto/server.h b/include/proto/server.h index d11150a7a..7c9574ee4 100644 --- a/include/proto/server.h +++ b/include/proto/server.h @@ -26,6 +26,7 @@ #include #include +#include #include #include #include