diff --git a/ext4_utils.h b/ext4_utils.h index f7c4b7f..71f1cd6 100644 --- a/ext4_utils.h +++ b/ext4_utils.h @@ -27,7 +27,11 @@ extern "C" { #define _FILE_OFFSET_BITS 64 #define _LARGEFILE64_SOURCE 1 #include + +#ifdef __GLIBC__ #include +#endif + #include #include #include