]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.c
Fix missing math.h include when lrint was added.
[mlt] / src / framework / mlt_profile.c
index ad51e54dd9dd1f7f00a1fe1f3161c4cf192ada87..d23cd4b89d4cfa357b0402c9861aa9c9a88cbdba 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <libgen.h>
+#include <math.h>
 
 
 /** the default subdirectory of the datadir for holding profiles */