diff options
Diffstat (limited to 'src/thread/PosixMutex.hxx')
-rw-r--r-- | src/thread/PosixMutex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/PosixMutex.hxx b/src/thread/PosixMutex.hxx index 464ed5787..9d1674dd4 100644 --- a/src/thread/PosixMutex.hxx +++ b/src/thread/PosixMutex.hxx @@ -27,8 +27,8 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef MPD_THREAD_POSIX_MUTEX_HXX -#define MPD_THREAD_POSIX_MUTEX_HXX +#ifndef THREAD_POSIX_MUTEX_HXX +#define THREAD_POSIX_MUTEX_HXX #include <pthread.h> |