From: Christopher Michael Date: Fri, 20 May 2011 01:33:55 +0000 (+0000) Subject: Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday', X-Git-Tag: submit/devel/efl/20131022.203902~9496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3d66d5b25d7360550d035e6a76c79d0b3433238;p=platform%2Fupstream%2Fefl.git Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday', so include the proper header file for that function (so we don't get implicit declaration warning) SVN revision: 59546 --- diff --git a/legacy/evas/src/lib/engines/common/evas_pipe.h b/legacy/evas/src/lib/engines/common/evas_pipe.h index eab195c..37b0136 100644 --- a/legacy/evas/src/lib/engines/common/evas_pipe.h +++ b/legacy/evas/src/lib/engines/common/evas_pipe.h @@ -1,5 +1,7 @@ #ifndef _EVAS_PIPE_H #define _EVAS_PIPE_H + +#include #include "language/evas_bidi_utils.h" #ifdef BUILD_PTHREAD