From: hno <> Date: Mon, 8 Jul 2002 03:36:58 +0000 (+0000) Subject: strwordtok needs ctype.h X-Git-Tag: SQUID_3_0_PRE1~910 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b4f68b279c3487631f9d20fbf8f1063be82674a;p=thirdparty%2Fsquid.git strwordtok needs ctype.h --- diff --git a/helpers/external_acl/winbind_group/wb_check_group.c b/helpers/external_acl/winbind_group/wb_check_group.c index 8ec74b95ff..3ecdf8dec5 100755 --- a/helpers/external_acl/winbind_group/wb_check_group.c +++ b/helpers/external_acl/winbind_group/wb_check_group.c @@ -1,5 +1,5 @@ /* - * $Id: wb_check_group.c,v 1.1 2002/07/07 18:18:12 hno Exp $ + * $Id: wb_check_group.c,v 1.2 2002/07/07 21:36:58 hno Exp $ * * This is a helper for the external ACL interface for Squid Cache * Copyright (C) 2002 Guido Serassio @@ -33,6 +33,7 @@ #include #include #include +#include #include "winbind_nss_config.h" #include "winbindd_nss.h"