You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/03/07 00:21:24 UTC

svn commit: r751131 - /qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp

Author: shuston
Date: Fri Mar  6 23:21:24 2009
New Revision: 751131

URL: http://svn.apache.org/viewvc?rev=751131&view=rev
Log:
Correct needed include file for strlen()

Modified:
    qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp?rev=751131&r1=751130&r2=751131&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/log/Selector.cpp Fri Mar  6 23:21:24 2009
@@ -20,7 +20,7 @@
 #include "Options.h"
 #include <boost/bind.hpp>
 #include <algorithm>
-#include <strings.h>
+#include <string.h>
 
 namespace qpid {
 namespace log {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org