diff options
Diffstat (limited to 'src/mkid.c')
-rw-r--r-- | src/mkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include <stdio.h> #include <errno.h> #include <getopt.h> -#include <sys/stat.h> +#include "lstat.h" #include <stddef.h> #include <unistd.h> #include <pathmax.h> |