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:
Lin Ma 2009-07-21 10:45:25 +08:00
parent ba6be2035d
commit 4654a7d593

View 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"