010-include-byteswap-h.patch 207 B

12345678910
  1. --- a/include/f2fs_fs.h
  2. +++ b/include/f2fs_fs.h
  3. @@ -15,6 +15,7 @@
  4. #include <inttypes.h>
  5. #include <linux/types.h>
  6. #include <sys/types.h>
  7. +#include <byteswap.h>
  8. #ifdef HAVE_CONFIG_H
  9. #include <config.h>