Fix a 64-bit segfault in kdenlive
[melted] / src / modules / vorbis / producer_vorbis.c
index 30c718f..1c1e7ce 100644 (file)
@@ -21,6 +21,7 @@
 // MLT Header files
 #include <framework/mlt_producer.h>
 #include <framework/mlt_frame.h>
+#include <framework/mlt_profile.h>
 
 // vorbis Header files
 #include <vorbis/codec.h>