Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday',
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 20 May 2011 01:33:55 +0000 (01:33 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 20 May 2011 01:33:55 +0000 (01:33 +0000)
so include the proper header file for that function (so we don't get
implicit declaration warning)

SVN revision: 59546

legacy/evas/src/lib/engines/common/evas_pipe.h

index eab195c..37b0136 100644 (file)
@@ -1,5 +1,7 @@
 #ifndef _EVAS_PIPE_H
 #define _EVAS_PIPE_H
+
+#include <sys/time.h>
 #include "language/evas_bidi_utils.h"
 
 #ifdef BUILD_PTHREAD