diff mbox series

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

Message ID 1521588215-15081-4-git-send-email-brett.grandbois@opengear.com
State Accepted
Headers show
Series musl libc explicit includes | expand

Commit Message

Grandbois, Brett March 20, 2018, 11:23 p.m. UTC
for musl libc

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

Patch

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>