diff TaskManager/Fifo/gettime.h @ 1401:2187bd10f16d draft

remove mail_write_queue fix gettimeofday
author sugi
date Wed, 15 Feb 2012 15:00:42 +0900
parents 3152bb4429da
children 411401d1cb71
line wrap: on
line diff
--- a/TaskManager/Fifo/gettime.h	Tue Feb 14 16:22:16 2012 +0900
+++ b/TaskManager/Fifo/gettime.h	Wed Feb 15 15:00:42 2012 +0900
@@ -2,7 +2,9 @@
 #define GETTIME_H_
 
 #include <time.h>
-
+#ifdef __APPLE__
+#include <sys/time.h>
+#endif
 /**
  *  Mac OS X側には、clock_gettimeがないので、gettimeofdayを使う
  */