Fix for CPU_* use with evas_pipe.c.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Oct 2008 14:25:27 +0000 (14:25 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Oct 2008 14:25:27 +0000 (14:25 +0000)
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

index 91043dd..5f36070 100644 (file)
 #endif
 
 #ifdef BUILD_PTHREAD
+
+#ifndef __USE_GNU
+#define __USE_GNU
+#endif
+
 # include <pthread.h>
 # include <sched.h>
 # define LK(x)  pthread_mutex_t x