porting: Add missing include

This commit is contained in:
Andrzej Kaczmarek
2019-02-26 15:12:32 +01:00
parent b8ae55fee4
commit b0cd897917
+1
View File
@@ -21,6 +21,7 @@
#include "os/os.h"
#include "sysinit/sysinit.h"
#include "host/ble_hs.h"
#include "nimble/nimble_port.h"
#if NIMBLE_CFG_CONTROLLER
#include "controller/ble_ll.h"
#endif