codecanalyzer: add missing includes for g_printf()

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-01-28 14:34:37 -08:00
parent 1565bc4f58
commit 969f12ab46
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@
#include <libxml/parser.h>
#include <gtk/gtk.h>
#include <glib/gprintf.h>
#include "gst_analyzer.h"
#include "xml_parse.h"
#ifdef HAVE_CONFIG_H

View file

@ -29,6 +29,8 @@
#include <stdlib.h>
#include <string.h>
#include <glib/gprintf.h>
#include "gst_analyzer.h"
#include <analyzer_utils.h>