aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 14:07:11 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 14:07:11 +0200
commit7132dba477242aaa6abe4a55d27ff0bc22fb0e17 (patch)
treeafb49ae851e55e112fed215d6618303147e18c5a
parent6d83fb9ecbe2483beb55a08a7bd849c7dacefe1b (diff)
downloadgtk-vlc-player-7132dba477242aaa6abe4a55d27ff0bc22fb0e17.tar.gz
add missing gstdio include
-rw-r--r--src/format-selection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format-selection.c b/src/format-selection.c
index e63a6fb..8a11ae1 100644
--- a/src/format-selection.c
+++ b/src/format-selection.c
@@ -6,6 +6,7 @@
#include <glib.h>
#include <glib/gprintf.h>
+#include <glib/gstdio.h>
#include <gtk/gtk.h>