mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 22:34:41 +01:00
Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-musl
f2fs-tools: fix build with musl
This commit is contained in:
10
utils/f2fs-tools/patches/010-include-byteswap-h.patch
Normal file
10
utils/f2fs-tools/patches/010-include-byteswap-h.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/include/f2fs_fs.h
|
||||
+++ b/include/f2fs_fs.h
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <linux/types.h>
|
||||
#include <sys/types.h>
|
||||
+#include <byteswap.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
Reference in New Issue
Block a user