<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From ae607756a5f2a09bce1fc3a52e74b5f471245e33 Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Date: Mon, 6 Apr 2015 23:54:19 +0200
Subject: [PATCH] tools/hciconfig: include &lt;fcntl.h&gt;

Needed to get the definition of mode_t in musl.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
---
 tools/hciconfig.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index f1458b9..6776d62 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -34,6 +34,7 @@
 #include &lt;stdlib.h&gt;
 #include &lt;string.h&gt;
 #include &lt;getopt.h&gt;
+#include &lt;fcntl.h&gt;
 #include &lt;sys/param.h&gt;
 #include &lt;sys/ioctl.h&gt;
 #include &lt;sys/socket.h&gt;
-- 
2.1.0

</pre></body></html>