From d870a35de7aef0940838da6b8e5ddd798940e7ee Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 5 Dec 2020 03:33:44 +0300 Subject: Fix building with musl libc AFAIK, this shouldn't break anything, as glibc just includes fcntl.h from sys/fcntl.h. Change-Id: Ie74ae584619ae8cbc188855aedcf5596d7afcfc8 Signed-off-by: Evgeny Zinoviev Reviewed-on: https://review.coreboot.org/c/flashrom/+/48314 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Angel Pons --- i2c_helper_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2c_helper_linux.c b/i2c_helper_linux.c index 0703518a7..5c191f92e 100644 --- a/i2c_helper_linux.c +++ b/i2c_helper_linux.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3