diff options
Diffstat (limited to 'src/VBox/Devices/Audio/alsaaudio.c')
| -rw-r--r-- | src/VBox/Devices/Audio/alsaaudio.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/VBox/Devices/Audio/alsaaudio.c b/src/VBox/Devices/Audio/alsaaudio.c index 913d400b..92db38f0 100644 --- a/src/VBox/Devices/Audio/alsaaudio.c +++ b/src/VBox/Devices/Audio/alsaaudio.c @@ -29,14 +29,16 @@ #include <VBox/log.h> #endif +#ifdef VBOX +# include "alsa_stubs.h" +# include "alsa_mangling.h" +#endif + #include <alsa/asoundlib.h> #include "VBoxDD.h" #include "vl_vbox.h" #include "audio.h" -#ifdef VBOX -#include "alsa_stubs.h" -#endif #include <iprt/alloc.h> #define AUDIO_CAP "alsa" |
