]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/beat_detect.c
input: Expose input_ItemHasErrorWhenReading.
[vlc] / modules / visualization / galaktos / beat_detect.c
index 9d9291181ea7c1e45e7eb50e16bb2c5acece0274..583d307cd631735c4d7ef510694070abaa85c88b 100644 (file)
@@ -30,6 +30,8 @@
 //
 //Some stuff was taken from Frederic Patin's beat-detection article, you'll find it online
 
+#include <stdlib.h>
+#include <stdio.h>
 #include "engine_vars.h"
 
 double beat_buffer[32][80],beat_instant[32],beat_history[32];