summaryrefslogtreecommitdiffstats
path: root/mount/mount_guess_fstype.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount_guess_fstype.c')
-rw-r--r--mount/mount_guess_fstype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount_guess_fstype.c b/mount/mount_guess_fstype.c
index 54ff3b8d5..f1637f1e4 100644
--- a/mount/mount_guess_fstype.c
+++ b/mount/mount_guess_fstype.c
@@ -46,7 +46,7 @@
#define ETC_FILESYSTEMS "/etc/filesystems"
#define PROC_FILESYSTEMS "/proc/filesystems"
-#ifdef HAVE_BLKID
+#ifdef HAVE_LIBBLKID
char *
do_guess_fstype(const char *device)