Undefined return value on 64bit build is truncated to int which is 32bit. --- glib-2.20.4/gio/fen/fen-helper.c.orig +++ glib-2.20.4/gio/fen/fen-helper.c @@ -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"
