forked from AuroraMiddleware/gtk
gtk/gtksecurememoryprivate.h: Include glib.h
Some compilers somehow do not have `inline` defined, so include glib.h to ensure that keyword is defined.`
This commit is contained in:
parent
8243b5493b
commit
99b2da4c47
@ -25,6 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
|
||||
/*
|
||||
* Main functionality
|
||||
|
Loading…
Reference in New Issue
Block a user