diff --git a/ext4_utils.h b/ext4_utils.h index a5c1ae0..bfc48ed 100644 --- a/ext4_utils.h +++ b/ext4_utils.h @@ -28,7 +28,7 @@ extern "C" { #define _LARGEFILE64_SOURCE 1 #include -#ifdef __GLIBC__ +#ifndef __APPLE__ #include #endif