gstobject: add stdio.h for snprint
authorStefan Kost <ensonic@users.sf.net>
Fri, 3 Dec 2010 11:52:03 +0000 (13:52 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 3 Dec 2010 11:52:42 +0000 (13:52 +0200)
gst/gstobject.c

index 3a27664..cac8fa9 100644 (file)
@@ -95,6 +95,8 @@
 static GstAllocTrace *_gst_object_trace;
 #endif
 
+#include <stdio.h>
+
 #define DEBUG_REFCOUNT
 
 /* Object signals and args */