Author: faridz
Date: Wed Sep 17 05:34:29 2008
New Revision: 696275

URL: http://svn.apache.org/viewvc?rev=696275&view=rev
Log:
2008-09-17  Farid Zaripov  <[EMAIL PROTECTED]>

        * src/random.cpp: #included <stddef.h> for size_t type.

Modified:
    stdcxx/branches/4.2.x/src/random.cpp

Modified: stdcxx/branches/4.2.x/src/random.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/random.cpp?rev=696275&r1=696274&r2=696275&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/random.cpp (original)
+++ stdcxx/branches/4.2.x/src/random.cpp Wed Sep 17 05:34:29 2008
@@ -47,6 +47,8 @@
 #  include <rw/_mutex.h>
 #endif   // _RWSTD_REENTRANT
 
+#include <stddef.h>   // for size_t
+
 
 _RWSTD_NAMESPACE (__rw) {
 


Reply via email to