mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
gstobject: add stdio.h for snprint
This commit is contained in:
parent
fc7967a0b5
commit
bd82021e86
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@
|
|||
static GstAllocTrace *_gst_object_trace;
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEBUG_REFCOUNT
|
||||
|
||||
/* Object signals and args */
|
||||
|
|
Loading…
Reference in a new issue