From 067205878748068833e8facd21af385e3a7693be Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 16 Dec 2017 15:46:13 +0300 Subject: [PATCH] Fix compilation on GNU/HURD. --- libexfat/io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexfat/io.c b/libexfat/io.c index 318674d..16fa374 100644 --- a/libexfat/io.c +++ b/libexfat/io.c @@ -35,8 +35,9 @@ #include #include #include -#endif +#elif __linux__ #include +#endif struct exfat_dev { -- 2.11.0