diff options
m--------- | common | 0 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common b/common -Subproject 59ed6821982c4f5f989b1a635e34dc782d0a8e3 +Subproject 49b94b4d92a9621d42aa6c80bd720e2abc747fe diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 05b388b7..10cbec43 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ + +#include <stdlib.h> #include <string.h> #include "qtdemux.h" |