X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcontrol%2Faudio.c;h=a0d5fcc50914cc1755e98d3ce1e9bfeb803361dc;hb=1d2aca81f9ce226e86d286d19031b08a16db3c92;hp=24abbdf180c9fa94ff55c990b166693019b47ddf;hpb=34f81612d956bfc7ad53fb7937b7d38d9cdec730;p=vlc diff --git a/src/control/audio.c b/src/control/audio.c index 24abbdf180..a0d5fcc509 100644 --- a/src/control/audio.c +++ b/src/control/audio.c @@ -22,12 +22,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#include "libvlc_internal.h" #include #include #include +#include "libvlc_internal.h" + + /* * Remember to release the returned aout_instance_t since it is locked at * the end of this function.