From e0bcf282ff0860503da0bee387d4718ac376f56a Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Tue, 8 Apr 2025 21:36:12 +0200 Subject: [PATCH] include config.h. unclear how this worked without that --- proxyprotocol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxyprotocol.c b/proxyprotocol.c index f609aa1..a7d7004 100644 --- a/proxyprotocol.c +++ b/proxyprotocol.c @@ -20,6 +20,8 @@ */ +#include "config.h" + #ifdef HAVE_PROXYPROTOCOL #include