Skip to content

Commit

Permalink
[fdb] Fixed build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
armink committed Oct 15, 2023
1 parent c02f3f8 commit deae3d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fdb_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ static void get_db_file_path(fdb_db_t db, uint32_t addr, char *path, size_t size
#if defined(FDB_USING_FILE_POSIX_MODE)
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#if !defined(_MSC_VER)
#include <unistd.h>
Expand Down

0 comments on commit deae3d1

Please sign in to comment.