mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
gsk: Add header guard to missing header
This commit is contained in:
parent
6bc7ec3d4d
commit
40854f2ae9
@ -20,6 +20,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if !defined (__GSK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gsk/gsk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <gsk/gskrenderer.h>
|
#include <gsk/gskrenderer.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user