]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
strwordtok needs ctype.h
authorhno <>
Mon, 8 Jul 2002 03:36:58 +0000 (03:36 +0000)
committerhno <>
Mon, 8 Jul 2002 03:36:58 +0000 (03:36 +0000)
helpers/external_acl/winbind_group/wb_check_group.c

index 8ec74b95ff324784ae3f1a34ac4b1efbd68d3529..3ecdf8dec50961f899664d34fc91f3728f0f3522 100755 (executable)
@@ -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 <squidnt@serassio.it>
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "winbind_nss_config.h"
 #include "winbindd_nss.h"