flashrom: update to v0.9.9.1
[feed/packages.git] / utils / flashrom / patches / 0002-fix-io-h-include.patch
index 50aa2a8fae3c69a4544f00afbb8ec1390a8d4e6d..63109e1f11fd17f9feaa38e07d59c62042ab91ec 100644 (file)
@@ -1,12 +1,10 @@
-diff -uprN a/linux_spi.c b/linux_spi.c
---- a/flash.h     2015-02-08 16:57:52.000000000 -0500
-+++ b/flash.h     2016-01-08 20:09:51.599387507 -0500
+--- a/flash.h
++++ b/flash.h
 @@ -30,6 +30,7 @@
  #include <stdio.h>
  #include <stdint.h>
  #include <stddef.h>
 +#include <sys/io.h>
+ #include <stdarg.h>
  #include <stdbool.h>
  #if IS_WINDOWS
- #include <windows.h>
-