From 668bbfbe0bf9f8a0d93709bf75da4b2634951d9f Mon Sep 17 00:00:00 2001 From: "Joshua N. Pritikin" Date: Thu, 13 Sep 2001 23:49:09 +0000 Subject: [PATCH] fix g_log_domain_gstreamer compile (again) Original commit message from CVS: fix g_log_domain_gstreamer compile (again) --- gst/gobject2gtk.c | 1 + gst/gstlog.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gobject2gtk.c b/gst/gobject2gtk.c index 085e89e..a539d40 100644 --- a/gst/gobject2gtk.c +++ b/gst/gobject2gtk.c @@ -2,6 +2,7 @@ /* Modified by Jamie Gennis 06-2001 */ #include #include +#include "gstlog.h" #include "gobject2gtk.h" diff --git a/gst/gstlog.h b/gst/gstlog.h index 773baa5..0e98174 100644 --- a/gst/gstlog.h +++ b/gst/gstlog.h @@ -23,7 +23,7 @@ #ifndef __GST_LOG_H__ #define __GST_LOG_H__ -extern const gchar *g_log_domain_gstreamer; +extern const char *g_log_domain_gstreamer; /* information messages */ #define GST_SHOW_INFO -- 2.7.4