Skip to content

Commit 1602c21

Browse files
authored
#include <dirent.h>
1 parent bc3e608 commit 1602c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/runtime.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ extern int sqfs_opt_proc(void* data, const char* arg, int key, struct fuse_args*
6262
#include <sys/mman.h>
6363
#include <stdint.h>
6464
#include <libgen.h>
65+
#include <dirent.h>
6566

6667
typedef struct {
6768
uint32_t lo;

0 commit comments

Comments
 (0)