mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02: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:
@@ -28,6 +28,7 @@
|
||||
#include "fen-helper.h"
|
||||
#include "fen-kernel.h"
|
||||
#ifdef GIO_COMPILATION
|
||||
#include "gfile.h"
|
||||
#include "gfilemonitor.h"
|
||||
#else
|
||||
#include "gam_event.h"
|
||||
|
Reference in New Issue
Block a user