diff options
Diffstat (limited to 'dirent/scandir-tail.c')
-rw-r--r-- | dirent/scandir-tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/scandir-tail.c b/dirent/scandir-tail.c index 4560834..6b9d4e2 100644 --- a/dirent/scandir-tail.c +++ b/dirent/scandir-tail.c @@ -20,7 +20,7 @@ #include <errno.h> #include <stdlib.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #ifndef SCANDIR_TAIL # define SCANDIR_TAIL __scandir_tail |