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-subscr...@qpid.apache.org