[PATCH 3/3] discover/platform-powerpc: change sys/fcntl.h to fcntl.h

Brett Grandbois brett.grandbois at opengear.com
Wed Mar 21 10:23:35 AEDT 2018


for musl libc

Signed-off-by: Brett Grandbois <brett.grandbois at opengear.com>
---
 discover/platform-powerpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discover/platform-powerpc.c b/discover/platform-powerpc.c
index dc4abb8..df8c7d6 100644
--- a/discover/platform-powerpc.c
+++ b/discover/platform-powerpc.c
@@ -4,9 +4,9 @@
 #include <stdlib.h>
 #include <limits.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <sys/fcntl.h>
 #include <sys/stat.h>
 #include <asm/byteorder.h>
 
-- 
2.7.4



More information about the Petitboot mailing list