summaryrefslogtreecommitdiff
path: root/firmware/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/file.h')
-rw-r--r--firmware/include/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/file.h b/firmware/include/file.h
index 8e5bacec0e..040f48dfc5 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -42,9 +42,9 @@ enum relate_result
42 RELATE_PREFIX, /* the path2 contains path1 as a prefix */ 42 RELATE_PREFIX, /* the path2 contains path1 as a prefix */
43}; 43};
44 44
45#if defined(APPLICATION) 45#if defined(APPLICATION) || defined(CHECKWPS)
46#include "filesystem-app.h" 46#include "filesystem-app.h"
47#elif defined(SIMULATOR) || defined(__PCTOOL__) 47#elif defined(SIMULATOR) || defined(DBTOOL)
48#include "../../uisimulator/common/filesystem-sim.h" 48#include "../../uisimulator/common/filesystem-sim.h"
49#else 49#else
50#include "filesystem-native.h" 50#include "filesystem-native.h"