Author: kpvdr
Date: 2008-04-08 08:08:21 -0400 (Tue, 08 Apr 2008)
New Revision: 1858
Modified:
store/trunk/cpp/lib/IdSequence.h
store/trunk/cpp/lib/jrnl/jexception.hpp
Log:
F9 cleanup
Modified: store/trunk/cpp/lib/IdSequence.h
===================================================================
--- store/trunk/cpp/lib/IdSequence.h 2008-04-08 11:09:18 UTC (rev 1857)
+++ store/trunk/cpp/lib/IdSequence.h 2008-04-08 12:08:21 UTC (rev 1858)
@@ -26,6 +26,7 @@
#include <qpid/framing/amqp_types.h>
#include <qpid/sys/Mutex.h>
+#include <sys/types.h>
namespace rhm{
namespace bdbstore{
Modified: store/trunk/cpp/lib/jrnl/jexception.hpp
===================================================================
--- store/trunk/cpp/lib/jrnl/jexception.hpp 2008-04-08 11:09:18 UTC (rev 1857)
+++ store/trunk/cpp/lib/jrnl/jexception.hpp 2008-04-08 12:08:21 UTC (rev 1858)
@@ -43,6 +43,7 @@
#include <exception>
#include <string>
+#include <string.h>
#include <sys/types.h>
// Macro for formatting commom system errors
Show replies by date