]> git.sesse.net Git - mlt/commitdiff
Add math header for lrint().
authorDan Dennedy <dan@dennedy.org>
Wed, 13 Oct 2010 17:14:58 +0000 (10:14 -0700)
committerDan Dennedy <dan@dennedy.org>
Wed, 13 Oct 2010 17:14:58 +0000 (10:14 -0700)
src/modules/core/filter_data_show.c

index 7a7a654eb5ad4d701253d568de14185b8be9ed5f..54c3511193db4d965b5e24405a36d2197d140abc 100644 (file)
@@ -21,6 +21,7 @@
 #include <framework/mlt.h>
 #include <stdlib.h>
 #include <string.h>
+#include <math.h>
 
 /** Handle the profile.
 */