]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
stdlib.h is required for abs()
authorhno <>
Wed, 31 Oct 2001 04:43:13 +0000 (04:43 +0000)
committerhno <>
Wed, 31 Oct 2001 04:43:13 +0000 (04:43 +0000)
helpers/ntlm_auth/SMB/smbval/session.c

index 126fe9a1d6cc14f8935acab481850b2942ae5ed1..f646ecdb11c20202e5b1c3d159cb524efe222bc0 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <malloc.h>
 #include <string.h>
+#include <stdlib.h>
 
 int RFCNB_errno = 0;
 int RFCNB_saved_errno = 0;