Revision: 14592
Author: adrian.chadd
Date: Sun Apr 11 19:49:38 2010
Log: Issue #94 - explicitly include strsep.h in those files which call strsep()


http://code.google.com/p/lusca-cache/source/detail?r=14592

Modified:
 /branches/LUSCA_HEAD/src/snmp_core.c
 /branches/LUSCA_HEAD/src/wccp2.c

=======================================
--- /branches/LUSCA_HEAD/src/snmp_core.c        Thu Oct 15 16:08:35 2009
+++ /branches/LUSCA_HEAD/src/snmp_core.c        Sun Apr 11 19:49:38 2010
@@ -35,6 +35,8 @@
 #include "squid.h"
 #include "cache_snmp.h"

+#include "../include/strsep.h"
+
 #define SNMP_REQUEST_SIZE 4096
 #define MAX_PROTOSTAT 5

=======================================
--- /branches/LUSCA_HEAD/src/wccp2.c    Wed Mar 24 20:34:17 2010
+++ /branches/LUSCA_HEAD/src/wccp2.c    Sun Apr 11 19:49:38 2010
@@ -34,6 +34,8 @@
  */
 #include "squid.h"

+#include "../include/strsep.h"
+
 #if USE_WCCPv2
 #if HAVE_NETDB_H
 #include <netdb.h>

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to