You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2006/11/15 16:25:26 UTC

svn commit: r475260 - /incubator/stdcxx/trunk/util/target.h

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 <fa...@kyiv.vdiweb.com>

	* 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 */