Fix for CPU_* use with evas_pipe.c.

SVN revision: 36673
This commit is contained in:
Cedric BAIL 2008-10-15 14:25:27 +00:00
parent b489e1936b
commit 5b87d765b6
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
#endif
#ifdef BUILD_PTHREAD
#ifndef __USE_GNU
#define __USE_GNU
#endif
# include <pthread.h>
# include <sched.h>
# define LK(x) pthread_mutex_t x