]> git.ozlabs.org Git - petitboot/commitdiff
discover/platform-powerpc: change sys/fcntl.h to fcntl.h
authorBrett Grandbois <brett.grandbois@opengear.com>
Tue, 20 Mar 2018 23:23:35 +0000 (09:23 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Fri, 23 Mar 2018 02:15:25 +0000 (13:15 +1100)
for musl libc

Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/platform-powerpc.c

index dc4abb8dccc8ce0f88285a6097d86d230895ef9b..df8c7d611d26a0c46c97de0bd921fc82e1414520 100644 (file)
@@ -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>