]> git.sesse.net Git - vlc/blobdiff - modules/codec/fluidsynth.c
Use <vlc_cpu.h>
[vlc] / modules / codec / fluidsynth.c
index 22ef5bf79966dc137e35507f641b4e0496179fd4..0e3224944c11d61c26a6bc0398d2cdf5ca6c2456 100644 (file)
@@ -27,6 +27,7 @@
 #include <vlc_plugin.h>
 #include <vlc_aout.h>
 #include <vlc_codec.h>
+#include <vlc_cpu.h>
 
 /* On Win32, we link statically */
 #ifdef WIN32