Fix inclusion guards and headers

The C++ inclusion guards G_BEGIN_DECLS and G_END_DECLS are
defined by GLib; so we need to include glib.h before using
them.
This commit is contained in:
Emmanuele Bassi
2009-05-06 10:35:28 +01:00
parent 41bb885486
commit c065524b9f
5 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,7 @@
#ifndef __COGL_SHADER_H__
#define __COGL_SHADER_H__
#include <glib.h>
#include <cogl/cogl-types.h>
G_BEGIN_DECLS