Ecore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD

Patch by Fabien Romano from OpenBSD



SVN revision: 65211
This commit is contained in:
Vincent Torri 2011-11-14 22:29:46 +00:00
parent bc17a43384
commit 9faf53f4e5
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <sys/time.h>
#include <assert.h>
#include <sys/types.h>
#include <unistd.h>
#ifdef HAVE_EVIL
# include <Evil.h>