mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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 <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/base/gstbytereader.h>
|
#include <gst/base/gstbytereader.h>
|
||||||
#include "gstjpegparser.h"
|
#include "gstjpegparser.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue