diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-08 13:24:39 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-08 13:24:39 +0200 |
commit | 973ae30e7c4f7a1afb385dd3d8eeea178f981445 (patch) | |
tree | 1a5d8be5b3ff273a141b6144bf3031b1bc3deb2d /src/readsubdir.c | |
parent | 66404f0bfbd78e635ff6381ca30b25157e0e1a09 (diff) |
fix deprecated prototypes
Diffstat (limited to 'src/readsubdir.c')
-rw-r--r-- | src/readsubdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readsubdir.c b/src/readsubdir.c index 8a57735..497b585 100644 --- a/src/readsubdir.c +++ b/src/readsubdir.c @@ -1,5 +1,6 @@ #include "readsubdir.h" +#include "direntry.h" #include "fmt.h" #include "scan.h" #include "str.h" |