fix XOPEN_SOURCE complaint.

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2010-01-21 15:05:30 +00:00
parent 7bdc216cf6
commit 3a0179ca9d
1 changed files with 2 additions and 0 deletions

View File

@ -145,8 +145,10 @@
#ifdef THREADS
#if USE_PTHREAD_LOCKING
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#endif
#include <pthread.h>
#endif