You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
207 B

  1. --- a/include/f2fs_fs.h
  2. +++ b/include/f2fs_fs.h
  3. @@ -12,6 +12,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>