]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
include strsep emulation in snmp_core
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 28 Jan 2012 18:21:56 +0000 (19:21 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 28 Jan 2012 18:21:56 +0000 (19:21 +0100)
src/snmp_core.cc

index 87b6dc0308bb77a63b30e0a5832636f6c93f1a34..81116cc60b7c2e5382bd25337fc3f4fd2d4b2197 100644 (file)
@@ -35,6 +35,7 @@
 #include "comm.h"
 #include "comm/Connection.h"
 #include "comm/Loops.h"
+#include "compat/strsep.h"
 #include "ipc/StartListening.h"
 #include "ip/Address.h"
 #include "ip/tools.h"