From: caro Date: Mon, 14 Nov 2011 22:29:46 +0000 (+0000) Subject: Ecore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD X-Git-Tag: build/2012-07-04.173327~688 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b4c8dbc40f9b9f085da8c483f51e9a4e4d5738e;p=profile%2Fivi%2Fecore.git Ecore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD Patch by Fabien Romano from OpenBSD git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@65211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index 8592d3a..6502ec2 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -4,6 +4,8 @@ #include #include +#include +#include #ifdef HAVE_EVIL # include