e_fm: Include config.h to know about HAVE_UDISKS_MOUNT

We are checking for the various mount options here given by configure.
-Wundef showed that we might not have the defines right so better
include config.h here.
This commit is contained in:
Stefan Schmidt 2014-09-09 10:40:33 +02:00
parent 01ce196efa
commit 452048354d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "e_fm_shared_types.h"
#include "e_fm_shared_device.h"