mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
codecparsers: jpeg: add missing includes.
This commit is contained in:
parent
5549dbc3c0
commit
c4ccc0a74b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <gst/base/gstbytereader.h>
|
||||
#include "gstjpegparser.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue