spacepaste

  1.  
  2. diff -Naur eudev-1.10/src/mtd_probe/mtd_probe.h eudev-1.10new/src/mtd_probe/mtd_probe.h
  3. --- eudev-1.10/src/mtd_probe/mtd_probe.h 2013-08-26 17:36:38.000000000 -0500
  4. +++ eudev-1.10new/src/mtd_probe/mtd_probe.h 2016-12-31 12:42:19.604649310 -0600
  5. @@ -17,8 +17,10 @@
  6. * Boston, MA 02110-1301 USA
  7. */
  8. +#include <stdint.h>
  9. #include <mtd/mtd-user.h>
  10. +
  11. /* Full oob structure as written on the flash */
  12. struct sm_oob {
  13. uint32_t reserved;
  14.