diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-31 14:07:11 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-31 14:07:11 +0200 |
commit | 7132dba477242aaa6abe4a55d27ff0bc22fb0e17 (patch) | |
tree | afb49ae851e55e112fed215d6618303147e18c5a /src | |
parent | 6d83fb9ecbe2483beb55a08a7bd849c7dacefe1b (diff) | |
download | gtk-vlc-player-7132dba477242aaa6abe4a55d27ff0bc22fb0e17.tar.gz |
add missing gstdio include
Diffstat (limited to 'src')
-rw-r--r-- | src/format-selection.c | 1 |
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> |