From 52b4042af2595f9bfcdfc16c5c45ec963e0552a8 Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 15 Oct 2008 14:25:27 +0000 Subject: [PATCH] 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 --- src/lib/include/evas_common.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4