Fixed a missing head which will cause crashes for 64bit applications
authorLin Ma <lin.ma@sun.com>
Tue, 21 Jul 2009 02:45:25 +0000 (10:45 +0800)
committerLin Ma <lin.ma@sun.com>
Tue, 21 Jul 2009 02:45:25 +0000 (10:45 +0800)
Without that head, the returned pointer will be truncated to 32bit, then
causes crashes for 64bit applications.

gio/fen/fen-helper.c

index 532e305..c05cb41 100644 (file)
@@ -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"