From 4654a7d593aed9ab0e131abe250e7e488283c24f Mon Sep 17 00:00:00 2001 From: Lin Ma Date: Tue, 21 Jul 2009 10:45:25 +0800 Subject: [PATCH] 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. --- gio/fen/fen-helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/fen/fen-helper.c b/gio/fen/fen-helper.c index 532e305..c05cb41 100644 --- a/gio/fen/fen-helper.c +++ b/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" -- 2.7.4