From 5b87d765b674bba04d19750a9e4ffa85f93697b5 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 15 Oct 2008 14:25:27 +0000 Subject: [PATCH] Fix for CPU_* use with evas_pipe.c. SVN revision: 36673 --- legacy/evas/src/lib/include/evas_common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/evas/src/lib/include/evas_common.h b/legacy/evas/src/lib/include/evas_common.h index 91043dd941..5f36070536 100644 --- a/legacy/evas/src/lib/include/evas_common.h +++ b/legacy/evas/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