Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 330e250b authored by Bailey Forrest's avatar Bailey Forrest
Browse files

Fix some includes

- include fcntl.h for O_WRONLY,O_CREAT,O_TRUNC
- Change sys/stat.h, sys/types.h to use <>

Bug: None
Test: Build
Change-Id: I4ce1ceeba8ffdc6ff8b47ae43fcd8764d259f067
parent 76db9426
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,12 +20,14 @@

#include "hci_layer.h"

#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>

#include <base/location.h>
#include <base/logging.h>
#include "buffer_allocator.h"
#include "osi/include/log.h"
#include "sys/stat.h"
#include "sys/types.h"

#include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
#include <android/hardware/bluetooth/1.0/IBluetoothHciCallbacks.h>