OSDN Git Service

Handle 64-bit offsets correctly on Android
[android-x86/external-exfat.git] / mkfs / fat.c
index 9df890a..2cfed58 100644 (file)
@@ -18,6 +18,7 @@
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <exfat.h>
 #include <unistd.h>
 #include "fat.h"
 #include "cbm.h"