gsk: Include the private header

Both gskprivate.c and gskvulkanrenderer.c call `gsk_ensure_resources`
but fail in clude `gskprivate.h`, where the function is declared.
This commit is contained in:
Emmanuele Bassi 2017-04-18 15:14:35 +01:00
parent 71ad17cae1
commit 35c26d00d7
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "gskresources.h"
#include "gskprivate.h"
static gpointer
register_resources (gpointer data)

View File

@ -1,5 +1,7 @@
#include "config.h"
#include "gskprivate.h"
#include "gskvulkanrenderprivate.h"
#include "gskrendererprivate.h"