From: Florian Forster Date: Tue, 6 Sep 2016 06:40:35 +0000 (+0200) Subject: Merge remote-tracking branch 'github/pr/1909' into collectd-5.5 X-Git-Tag: collectd-5.6.0~2^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=57e8edc91c5b65f24573f58773cd57b5372ee8e2;hp=c2349cf65ba6ddf9517def5ab1f73706f5ce8e01;p=collectd.git Merge remote-tracking branch 'github/pr/1909' into collectd-5.5 --- diff --git a/src/utils_mount.c b/src/utils_mount.c index da53b980..37b52d68 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -24,16 +24,17 @@ # include "config.h" #endif +#define _GNU_SOURCE + +#include "collectd.h" +#include "utils_mount.h" + #if HAVE_XFS_XQM_H -# define _GNU_SOURCE # include #define XFS_SUPER_MAGIC_STR "XFSB" #define XFS_SUPER_MAGIC2_STR "BSFX" #endif -#include "collectd.h" -#include "utils_mount.h" - #include "common.h" /* sstrncpy() et alii */ #include "plugin.h" /* ERROR() macro */