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: 2.0_alpha~122^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37371c13199d4b40b9f271f66c2e2bfb1f6b2fc7;p=framework%2Fuifw%2Fecore.git Ecore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD Patch by Fabien Romano from OpenBSD git-svn-id: svn+ssh://svn.enlightenment.org/var/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