From d01dfdebcf3722f5268d221f7c3e7c378b08fd33 Mon Sep 17 00:00:00 2001 From: notnyt Date: Sun, 17 Jan 2016 15:58:09 -0500 Subject: flashrom: include io.h to fix compile error This patch includes sys/io.h from flash.h to fix compile errors Signed-off-by: Rob Mosher --- utils/flashrom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/flashrom/Makefile') diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index e6e38b431..7c66682ab 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flashrom PKG_VERSION:=0.9.8 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.flashrom.org/releases -- cgit v1.2.3