mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
build: add missing includes for sprintf and atoi
This commit is contained in:
parent
1acdf3eb78
commit
70649da6ce
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "qttextparse.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MIN_TO_NSEC (60 * GST_SECOND)
|
||||
|
|
Loading…
Reference in a new issue