ARMCC temporary fixes for undefined errno symbols.

pull/3762/head
Simon D Hughes 2017-01-31 18:16:38 +00:00 committed by Simon Hughes
parent aefb03ccd6
commit 67165e292c
1 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,10 @@
#include <stdlib.h> /*rand()*/
#include <inttypes.h>
#include <errno.h>
/* todo: remove this temporary fix to overcome undefined symbols when compile for ARMCC */
#ifndef TOOLCHAIN_ARM_STD
#include <sys/stat.h>
#endif
using namespace utest::v1;
/// @cond FSFAT_DOXYGEN_DISABLE