Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 5d8c078

Browse files
AdhamAbozaeidAdham Abozaeid
andauthored
Add Missing Include stddef.h in bt_hal_manager.h (#3517)
bt_hal_manager.h uses size_t type but doesn't include stddef.h Signed-off-by: Adham Abozaeid <adhsal@amazon.com> Signed-off-by: Adham Abozaeid <adhsal@amazon.com> Co-authored-by: Adham Abozaeid <adhsal@amazon.com>
1 parent b3fde23 commit 5d8c078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libraries/abstractions/ble_hal/include/bt_hal_manager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#define _BT_HAL_MANAGER_H_
4242

4343
#include <stdint.h>
44+
#include <stddef.h>
4445

4546
#include "bt_hal_manager_types.h"
4647

0 commit comments

Comments
 (0)