0002-fix-io-h-include.patch 309 B

123456789101112
  1. diff -uprN a/linux_spi.c b/linux_spi.c
  2. --- a/flash.h 2015-02-08 16:57:52.000000000 -0500
  3. +++ b/flash.h 2016-01-08 20:09:51.599387507 -0500
  4. @@ -30,6 +30,7 @@
  5. #include <stdio.h>
  6. #include <stdint.h>
  7. #include <stddef.h>
  8. +#include <sys/io.h>
  9. #include <stdbool.h>
  10. #if IS_WINDOWS
  11. #include <windows.h>