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

Commit 70c446a6 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Linux build fix

Change-Id: Iae3d7d77dda70a288022d81a5f3c8f156b95adc9
parent cf3c7d72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

#include "bta_gattc_int.h"
#include "bta_sys.h"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ static_library("hci") {
    "src/hci_packet_factory.c",
    "src/hci_packet_parser.c",
    "src/low_power_manager.c",
    "src/packet_fragmenter.c",
    "src/packet_fragmenter.cc",
    "src/vendor.c",
  ]