From: amosjeffries <> Date: Thu, 2 Aug 2007 17:35:07 +0000 (+0000) Subject: Fix compile error introduced earlier 'unknown assert()'. X-Git-Tag: SQUID_3_0_PRE7~120 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2c22dde8ec3efb970208fc01e0815fbece70cd6f;p=thirdparty%2Fsquid.git Fix compile error introduced earlier 'unknown assert()'. My bad this time. Sorry for the noise. --- diff --git a/helpers/ntlm_auth/SMB/ntlm_auth.c b/helpers/ntlm_auth/SMB/ntlm_auth.c index 8355dd7e61..aedfc240fb 100644 --- a/helpers/ntlm_auth/SMB/ntlm_auth.c +++ b/helpers/ntlm_auth/SMB/ntlm_auth.c @@ -50,6 +50,9 @@ extern int RFCNB_Get_Last_Error(); #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_ASSERT_H +#include +#endif #ifdef DEBUG char error_messages_buffer[BUFFER_SIZE];