subsys/bluetooth: Add missing stdint.h include
This tiny header uses non-builtin types but includes no headers that would define them. Recent header motion seems to have exposed a case where this file can get built before its dependencies are included. Add the header directly. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
76b4e4f917
commit
ea7ffbde7d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include <stdint.h>
|
||||
|
||||
void cntr_init(void);
|
||||
uint32_t cntr_start(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue