diff options
-rw-r--r-- | libidu/idfile.c | 2 | ||||
-rw-r--r-- | libidu/scanners.c | 2 | ||||
-rw-r--r-- | libidu/walker.c | 2 | ||||
-rw-r--r-- | src/mkid.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libidu/idfile.c b/libidu/idfile.c index 9f20788..8963972 100644 --- a/libidu/idfile.c +++ b/libidu/idfile.c @@ -24,9 +24,9 @@ #include <string.h> #include <obstack.h> #include <error.h> +#include <sys/stat.h> #include "idfile.h" -#include "lstat.h" #include "xalloc.h" #include "xnls.h" diff --git a/libidu/scanners.c b/libidu/scanners.c index abfb813..788b819 100644 --- a/libidu/scanners.c +++ b/libidu/scanners.c @@ -25,11 +25,11 @@ #include <stdlib.h> #include <stddef.h> #include <unistd.h> -#include "lstat.h" #include <string.h> #include <errno.h> #include <xalloc.h> #include <error.h> +#include <sys/stat.h> #include "xnls.h" #include "scanners.h" diff --git a/libidu/walker.c b/libidu/walker.c index 0234e9a..8064282 100644 --- a/libidu/walker.c +++ b/libidu/walker.c @@ -18,7 +18,6 @@ */ #include <config.h> -#include "lstat.h" #include <stdio.h> #include <stdlib.h> #include <stddef.h> @@ -31,6 +30,7 @@ #include <xalloc.h> #include <error.h> #include <pathmax.h> +#include <sys/stat.h> #include "xnls.h" #include "idfile.h" @@ -22,7 +22,6 @@ #include <stdio.h> #include <errno.h> #include <getopt.h> -#include "lstat.h" #include <stddef.h> #include <unistd.h> #include <pathmax.h> @@ -33,6 +32,7 @@ #include <inttostr.h> #include <xalloc.h> #include <error.h> +#include <sys/stat.h> #include "closeout.h" #include "xnls.h" |