summaryrefslogtreecommitdiff
path: root/qpid/cpp
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
commitd3167daa900d93a47b1d6b11f9ede0071d7bab30 (patch)
tree943030240078626d6bd23edb7250d5f3acd50616 /qpid/cpp
parentfb1021551ca7ca5bf027fad70cc7162f1f007c3a (diff)
downloadqpid-python-d3167daa900d93a47b1d6b11f9ede0071d7bab30.tar.gz
Correct needed include file for strlen()
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@751131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/log/Selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/log/Selector.cpp b/qpid/cpp/src/qpid/log/Selector.cpp
index f5826c9040..0a629edc3e 100644
--- a/qpid/cpp/src/qpid/log/Selector.cpp
+++ b/qpid/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 {