mirror of
https://github.com/espressif/openthread.git
synced 2026-07-25 21:44:07 +00:00
[posix-host] include inttypes.h in spi_interface.cpp (#4605)
On some platforms, inttypes.h is not included by other headers.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <getopt.h>
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user