Skip to content

Commit

Permalink
Fix compilation failure due to glibc include changes
Browse files Browse the repository at this point in the history
Reported by Toralf Förster/zlg (Gentoo) and mati75 (Debian)

Fixes #678 / #678
  • Loading branch information
OmegaPhil committed Dec 28, 2016
1 parent 6ee12b2 commit b6cc7ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vfs/vfs-volume-nohal.c
Expand Up @@ -36,7 +36,8 @@

#include <signal.h> // kill
#include <linux/kdev_t.h> // MAJOR MINOR

#include <sys/sysmacros.h> // needed for dev_t

#ifdef HAVE_STATVFS
#include <sys/statvfs.h>
#endif
Expand Down

0 comments on commit b6cc7ef

Please sign in to comment.