STORAGE: missing retarget.h in fat_file_system/main.cpp for missing S_IRWXU, S_IRWXG, S_IRWXO symbols.

pull/3762/head
Simon Hughes 2017-02-08 10:03:28 +00:00
parent cbcc445f54
commit f84f2f2d20
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "HeapBlockDevice.h"
#include "FATFileSystem.h"
#include <stdlib.h>
#include "retarget.h"
using namespace utest::v1;