diff options
Diffstat (limited to 'firmware/include/dir.h')
| -rw-r--r-- | firmware/include/dir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/dir.h b/firmware/include/dir.h index f771982..2f78b11 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -27,9 +27,9 @@ #include "config.h" #include "fs_attr.h" -#if defined (APPLICATION) +#if defined (APPLICATION) || defined(CHECKWPS) #include "filesystem-app.h" -#elif defined(SIMULATOR) || defined(__PCTOOL__) +#elif defined(SIMULATOR) || defined(DBTOOL) #include "../../uisimulator/common/filesystem-sim.h" #else #include "filesystem-native.h" |