Add glib.h for G_BEGIN_DECLS
authorDavid Schleef <ds@schleef.org>
Fri, 18 Jul 2003 21:35:40 +0000 (21:35 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 18 Jul 2003 21:35:40 +0000 (21:35 +0000)
Original commit message from CVS:
Add glib.h for G_BEGIN_DECLS

gst/gstlog.h

index 10a6dec..8759648 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __GST_LOG_H__
 #define __GST_LOG_H__
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 extern const char             *g_log_domain_gstreamer;