From 452048354d9a5103355085c049e0d200f1f632ee Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 9 Sep 2014 10:40:33 +0200 Subject: [PATCH] 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. --- src/bin/e_fm_shared_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_fm_shared_device.c b/src/bin/e_fm_shared_device.c index 25e45cef1..a140f0d3b 100644 --- a/src/bin/e_fm_shared_device.c +++ b/src/bin/e_fm_shared_device.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "e_fm_shared_types.h" #include "e_fm_shared_device.h"