tools: Add proper include for g_printf

This commit is contained in:
Edward Hervey 2011-12-30 17:18:18 +01:00
parent afc400b31a
commit bcb4496b35
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <string.h>
#include <gtk/gtk.h>
#include <glib.h>
#include <glib/gprintf.h>
#include <ges/ges.h>
#include <regex.h>

View file

@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <glib/gprintf.h>
#include <ges/ges.h>
#include <gst/pbutils/encoding-profile.h>
#include <regex.h>