misc: Add the single include guard to cogl-define.h
This is a generated file and maybe the reason why it was not included the first time?
This commit is contained in:
parent
dd5a1c888b
commit
051e6da887
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
||||
#error "Only <cogl/cogl.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __COGL_DEFINES_H__
|
||||
#define __COGL_DEFINES_H__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue