Bug 544140 - fam-helper 64-bit issue?

* fam/fam-helper.c: Added missing include so compiler doesn't complain.

svn path=/branches/glib-2-16/; revision=7461
This commit is contained in:
Matthias Clasen 2008-09-11 18:55:15 +00:00
parent 66aaaf44eb
commit c0b0dbe65d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2008-09-11 Matthias Clasen <mclasen@redhat.com>
Merge from trunk
Bug 544140 - fam-helper 64-bit issue?
* fam/fam-helper.c: Added missing include so compiler doesn't complain.
Patch by Priit Laes
2008-08-08 Loïc Minier <lool@dooz.org>
Bug 535124 umask 002 not being applied for new directories, new

View File

@ -26,6 +26,7 @@
#include <fam.h>
#include <gio/gfilemonitor.h>
#include "gfile.h"
#include "fam-helper.h"
static FAMConnection* fam_connection = NULL;