--- linuxsampler/trunk/src/common/Mutex.cpp 2006/01/14 14:07:47 829 +++ linuxsampler/trunk/src/common/Mutex.cpp 2006/01/15 18:23:11 830 @@ -20,11 +20,15 @@ * MA 02111-1307 USA * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +# include +#endif + #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 /* so _XOPEN_SOURCE will be defined by features.h */ #endif -#if defined(HAVE_FEATURES_H) && (HAVE_FEATURE != 0) +#ifdef HAVE_FEATURES_H # include #endif