Author: faridz
Date: Wed Nov 15 07:25:25 2006
New Revision: 475260
URL: http://svn.apache.org/viewvc?view=rev&rev=475260
Log:
2006-11-15 Farid Zaripov <[EMAIL PROTECTED]>
* target.h: #include time.h instead of sys/types.h for clock_t
Modified:
incubator/stdcxx/trunk/util/target.h
Modified: incubator/stdcxx/trunk/util/target.h
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/target.h?view=diff&rev=475260&r1=475259&r2=475260
==============================================================================
--- incubator/stdcxx/trunk/util/target.h (original)
+++ incubator/stdcxx/trunk/util/target.h Wed Nov 15 07:25:25 2006
@@ -27,7 +27,7 @@
#ifndef RW_TARGET_H
#define RW_TARGET_H
-#include <sys/types.h> /* for clock_t */
+#include <time.h> /* for clock_t */
#if !defined (_WIN32) && !defined (_WIN64)
# include <unistd.h> /* For _XOPEN_UNIX */