[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:
Yakun Xu
2020-02-28 00:29:47 +08:00
committed by GitHub
parent e13c06e192
commit 03dc380ef5
+1
View File
@@ -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>