Skip to content

Commit

Permalink
#include <dirent.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 24, 2024
1 parent bc3e608 commit 1602c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ extern int sqfs_opt_proc(void* data, const char* arg, int key, struct fuse_args*
#include <sys/mman.h>
#include <stdint.h>
#include <libgen.h>
#include <dirent.h>

typedef struct {
uint32_t lo;
Expand Down

0 comments on commit 1602c21

Please sign in to comment.