mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
ncp-spinel: Remove include <sys/types.h> (#193)
This commit addresses issue #191. This file was being included for `size_t`, but this header is not available on IAR platforms. We can generally get `size_t` from including stdio.h.
This commit is contained in:
committed by
Jonathan Hui
parent
1571c9ef9c
commit
90457bc970
@@ -32,7 +32,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user