]> git.sesse.net Git - mlt/commitdiff
Fix missing math.h include when lrint was added.
authorDan Dennedy <dan@dennedy.org>
Thu, 30 May 2013 16:11:35 +0000 (09:11 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 31 May 2013 23:58:13 +0000 (16:58 -0700)
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 */