From: cedric Date: Wed, 15 Oct 2008 14:25:27 +0000 (+0000) Subject: Fix for CPU_* use with evas_pipe.c. X-Git-Tag: accepted/2.0/20130306.225542~242^2~2778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52b4042af2595f9bfcdfc16c5c45ec963e0552a8;p=profile%2Fivi%2Fevas.git Fix for CPU_* use with evas_pipe.c. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36673 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/include/evas_common.h b/src/lib/include/evas_common.h index 91043dd..5f36070 100644 --- a/src/lib/include/evas_common.h +++ b/src/lib/include/evas_common.h @@ -20,6 +20,11 @@ #endif #ifdef BUILD_PTHREAD + +#ifndef __USE_GNU +#define __USE_GNU +#endif + # include # include # define LK(x) pthread_mutex_t x