summaryrefslogtreecommitdiffstats
path: root/discover/platform-powerpc.c
diff options
context:
space:
mode:
authorBrett Grandbois <brett.grandbois@opengear.com>2018-03-21 09:23:35 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-23 13:15:25 +1100
commitd09e1761f51f3cba8ca6190380f4a312948d8f4c (patch)
treeb377c185ca038e7c5e3640527e38f0cc187fe004 /discover/platform-powerpc.c
parentdf9330238957b912453d7637bc589b92d0fd7744 (diff)
downloadtalos-petitboot-d09e1761f51f3cba8ca6190380f4a312948d8f4c.tar.gz
talos-petitboot-d09e1761f51f3cba8ca6190380f4a312948d8f4c.zip
discover/platform-powerpc: change sys/fcntl.h to fcntl.h
for musl libc Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/platform-powerpc.c')
-rw-r--r--discover/platform-powerpc.c2
1 files changed, 1 insertions, 1 deletions
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>
OpenPOWER on IntegriCloud