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
This commit is contained in:
Christopher Michael 2011-05-20 01:33:55 +00:00
parent e91adae8b4
commit b3d66d5b25
1 changed files with 2 additions and 0 deletions

View 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