summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-03-06 23:21:24 +0000
committerStephen D. Huston <shuston@apache.org>2009-03-06 23:21:24 +0000
commite14ed937f459d07735a5ed22636127fdf81dc88c (patch)
tree072a2d77831b160f9183fdca486c828f67e344c7 /cpp/src
parent8ffde0cd3073badff0fe0c662f8cb5bd1786d585 (diff)
downloadqpid-python-e14ed937f459d07735a5ed22636127fdf81dc88c.tar.gz
Correct needed include file for strlen()
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@751131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/log/Selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/log/Selector.cpp b/cpp/src/qpid/log/Selector.cpp
index f5826c9040..0a629edc3e 100644
--- a/cpp/src/qpid/log/Selector.cpp
+++ b/cpp/src/qpid/log/Selector.cpp
@@ -20,7 +20,7 @@
#include "Options.h"
#include <boost/bind.hpp>
#include <algorithm>
-#include <strings.h>
+#include <string.h>
namespace qpid {
namespace log {