summaryrefslogtreecommitdiff
path: root/src/lbpathtest.cc
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-06-25 13:16:11 -0700
committerrbalocca <rbalocca@vyatta.com>2008-06-25 13:16:11 -0700
commitff7e6862859f2137cc69e558527934b5774696fc (patch)
tree8477dc077444f336416b31e40063856a4f2fe04c /src/lbpathtest.cc
parent690b13abef1e0abc986c25208a8ce36d88a3e523 (diff)
downloadvyatta-wanloadbalance-ff7e6862859f2137cc69e558527934b5774696fc.tar.gz
vyatta-wanloadbalance-ff7e6862859f2137cc69e558527934b5774696fc.zip
Add missing includes
Diffstat (limited to 'src/lbpathtest.cc')
-rw-r--r--src/lbpathtest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lbpathtest.cc b/src/lbpathtest.cc
index fd2e39b..a8ffbce 100644
--- a/src/lbpathtest.cc
+++ b/src/lbpathtest.cc
@@ -16,6 +16,7 @@
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <errno.h>
+#include <string.h>
#include <memory>
#include <time.h>
#include <sys/timeb.h>