Disk: silence warning on macOS

This commit is contained in:
李通洲
2022-10-12 14:03:03 +08:00
parent bc72f3cd64
commit d0f589bb3e
+1
View File
@@ -1,5 +1,6 @@
#include "disk.h"
#include <sys/statvfs.h>
#import <Foundation/Foundation.h>
void ffDetectDiskWithStatvfs(const char* folderPath, struct statvfs* fs, FFDiskResult* result);