[openrtm-commit:01096] r2392 - trunk/OpenRTM-aist/src/lib/coil/posix/coil

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 5月 30日 (木) 17:09:40 JST


Author: kawauchi
Date: 2013-05-30 17:09:40 +0900 (Thu, 30 May 2013)
New Revision: 2392

Modified:
   trunk/OpenRTM-aist/src/lib/coil/posix/coil/Condition.h
Log:
[compat,bugfix] Add to for the build (#include <sys/time.h>). refs #2697


Modified: trunk/OpenRTM-aist/src/lib/coil/posix/coil/Condition.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/posix/coil/Condition.h	2013-05-28 09:13:18 UTC (rev 2391)
+++ trunk/OpenRTM-aist/src/lib/coil/posix/coil/Condition.h	2013-05-30 08:09:40 UTC (rev 2392)
@@ -23,8 +23,8 @@
 #include <pthread.h>
 #include <algorithm>
 #include <ctime>
+#include <sys/time.h>
 
-
 namespace coil
 {
   /*!



More information about the openrtm-commit mailing list