whoops, forgot to include headers for udisks/eeze

SVN revision: 55864
This commit is contained in:
Mike Blumenkrantz 2011-01-05 05:46:07 +00:00
parent c554a3740d
commit 71a495e686
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,12 @@ void *alloca(size_t);
#include "e_fm_main.h"
#include "e_fm_main_hal.h"
#ifdef HAVE_UDISKS_MOUNT
# include "e_fm_main_udisks.h"
#endif
#ifdef HAVE_EEZE_MOUNT
# include "e_fm_main_eeze.h"
#endif
#include "e_fm_shared_codec.h"
#include "e_fm_shared_device.h"