diff --git a/src/fdb_file.c b/src/fdb_file.c index 506a98e..d5e27d9 100644 --- a/src/fdb_file.c +++ b/src/fdb_file.c @@ -37,7 +37,9 @@ static void get_db_file_path(fdb_db_t db, uint32_t addr, char *path, size_t size #include #include #include +#if !defined(_MSC_VER) #include +#endif static int open_db_file(fdb_db_t db, uint32_t addr, bool clean) {