Bluetooth: Add missing stddef.h include for size_t
Change-Id: I716382a9d29f39cf6d3b94e66df0c4db3ff1156c Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
19fe40764c
commit
c816923003
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#ifndef __BT_BUF_H
|
||||
#define __BT_BUF_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* The biggest foreseeable buffer size requirement right now comes from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue