fixed compilation in MacOSX with DBus

This commit is contained in:
Pedro Lopez-Cabanillas 2010-08-05 17:29:46 +00:00
parent 1578f9e02b
commit d33b69ecb2

View file

@ -34,7 +34,7 @@
#include "fluid_rtkit.h"
#ifdef __linux__
#if defined(__linux__) || defined(__APPLE__)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE