mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
avi: add missing include for sscanf
This commit is contained in:
parent
4a0f441c59
commit
7e3783cbac
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "gst/riff/riff-media.h"
|
||||
#include "gstavidemux.h"
|
||||
|
|
Loading…
Reference in a new issue