mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fixed a missing head which will cause crashes for 64bit applications
Without that head, the returned pointer will be truncated to 32bit, then causes crashes for 64bit applications.
This commit is contained in:
parent
ba6be2035d
commit
4654a7d593
@ -28,6 +28,7 @@
|
|||||||
#include "fen-helper.h"
|
#include "fen-helper.h"
|
||||||
#include "fen-kernel.h"
|
#include "fen-kernel.h"
|
||||||
#ifdef GIO_COMPILATION
|
#ifdef GIO_COMPILATION
|
||||||
|
#include "gfile.h"
|
||||||
#include "gfilemonitor.h"
|
#include "gfilemonitor.h"
|
||||||
#else
|
#else
|
||||||
#include "gam_event.h"
|
#include "gam_event.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user