diff --git a/m4/Yap.h.m4 b/m4/Yap.h.m4 index 155f0c9bf..005d2e84c 100644 --- a/m4/Yap.h.m4 +++ b/m4/Yap.h.m4 @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h.m4,v 1.54 2004-02-20 18:56:07 vsc Exp $ * +* version: $Id: Yap.h.m4,v 1.55 2004-02-22 10:54:09 vsc Exp $ * *************************************************************************/ #include "config.h" @@ -147,6 +147,9 @@ */ #ifdef THREADS +#if USE_PTHREAD_LOCKING +#define _XOPEN_SOURCE 600 +#endif #include #endif