diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include "config.h" +#ifndef HAVE_LIBUUID #ifdef HAVE_MMDEVAPI #define INITGUID #include <mmdeviceapi.h> @@ -42,6 +43,7 @@ #include <ksmedia.h> #endif #endif +#endif #include <math.h> #include <stdlib.h> |