mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
task: snprintf needs to include "stdio.h"
This commit is contained in:
parent
03cb74617b
commit
5ff43184cf
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
|||
#include "gstinfo.h"
|
||||
#include "gsttask.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_SYS_PRCTL_H
|
||||
#include <sys/prctl.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue