From b6cc7ef2489178f5872d660ab99cbd1381210150 Mon Sep 17 00:00:00 2001 From: OmegaPhil Date: Wed, 28 Dec 2016 13:26:43 +0000 Subject: [PATCH] Fix compilation failure due to glibc include changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Toralf Förster/zlg (Gentoo) and mati75 (Debian) Fixes #678 / https://github.com/IgnorantGuru/spacefm/issues/678 --- src/vfs/vfs-volume-nohal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vfs/vfs-volume-nohal.c b/src/vfs/vfs-volume-nohal.c index af4bd5d9b..5d59f0172 100644 --- a/src/vfs/vfs-volume-nohal.c +++ b/src/vfs/vfs-volume-nohal.c @@ -36,7 +36,8 @@ #include // kill #include // MAJOR MINOR - +#include // needed for dev_t + #ifdef HAVE_STATVFS #include #endif