Author: kpvdr
Date: 2008-04-08 17:03:59 -0400 (Tue, 08 Apr 2008)
New Revision: 1873
Modified:
store/trunk/cpp/lib/jrnl/nlfh.cpp
store/trunk/cpp/lib/jrnl/rmgr.cpp
Log:
Yet another F9 fix
Modified: store/trunk/cpp/lib/jrnl/nlfh.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/nlfh.cpp 2008-04-08 20:39:23 UTC (rev 1872)
+++ store/trunk/cpp/lib/jrnl/nlfh.cpp 2008-04-08 21:03:59 UTC (rev 1873)
@@ -32,6 +32,7 @@
#include <jrnl/nlfh.hpp>
#include <cerrno>
+#include <cstdlib>
#include <cstring>
#include <fcntl.h>
#include <iomanip>
Modified: store/trunk/cpp/lib/jrnl/rmgr.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/rmgr.cpp 2008-04-08 20:39:23 UTC (rev 1872)
+++ store/trunk/cpp/lib/jrnl/rmgr.cpp 2008-04-08 21:03:59 UTC (rev 1873)
@@ -32,6 +32,7 @@
#include <cassert>
#include <cerrno>
+#include <cstdlib>
#include <jrnl/jcntl.hpp>
#include <jrnl/jerrno.hpp>
#include <sstream>
Show replies by date