From 24389fa4ebf12d6dc27b4969b03cb9e13a96492d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 12 Jul 2008 07:29:25 -0600 Subject: [PATCH] Fix compile error auto-testing found --- helpers/basic_auth/MSNT/confload.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/basic_auth/MSNT/confload.c b/helpers/basic_auth/MSNT/confload.c index 5823a49e1f..d30af41138 100644 --- a/helpers/basic_auth/MSNT/confload.c +++ b/helpers/basic_auth/MSNT/confload.c @@ -10,6 +10,9 @@ * authenticating function. */ +/* Squid provides a number of portability overrides */ +#include "config.h" + #include #include #include -- 2.47.3