Skip to content

Commit

Permalink
Fix missing math.h include when lrint was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 31, 2013
1 parent ab33052 commit bf24ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/mlt_profile.c
Expand Up @@ -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 */
Expand Down

0 comments on commit bf24ea7

Please sign in to comment.