commit | ea7ffbde7da1cd840802800a2e7daa2868c79c70 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Oct 26 10:56:58 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 07 21:50:14 2020 -0500 |
tree | 9ae302d4dcbb78a6e803204e99c883dbe3dd1991 | |
parent | 76b4e4f91750161550bed62e61a49b13b5dfb542 [diff] |
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>