This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1385
from dangowrt/fix-f2fs-tools-build-with-musl
f2fs-tools: fix build with musl
lilik-openwrt-22.03
Luka Perkov
10 years ago
parent
c6963e4ac8
36e4c90f6c
commit
8a88346ea2
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
utils/f2fs-tools/patches/010-include-byteswap-h.patch
+ 10
- 0
utils/f2fs-tools/patches/010-include-byteswap-h.patch
View 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>
Write
Preview
Loading…
Cancel
Save