]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix compile error introduced earlier 'unknown assert()'.
authoramosjeffries <>
Thu, 2 Aug 2007 17:35:07 +0000 (17:35 +0000)
committeramosjeffries <>
Thu, 2 Aug 2007 17:35:07 +0000 (17:35 +0000)
My bad this time. Sorry for the noise.

helpers/ntlm_auth/SMB/ntlm_auth.c

index 8355dd7e6184e1666a39f8c105b88d2ceadac966..aedfc240fb931b2e53fcf6eb917dfb3ee343c4a7 100644 (file)
@@ -50,6 +50,9 @@ extern int RFCNB_Get_Last_Error();
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_ASSERT_H
+#include <assert.h>
+#endif
 
 #ifdef DEBUG
 char error_messages_buffer[BUFFER_SIZE];