diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/fgetpwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pwd/fgetpwent.c b/pwd/fgetpwent.c index d869ee2..009cb12 100644 --- a/pwd/fgetpwent.c +++ b/pwd/fgetpwent.c @@ -16,7 +16,7 @@ <http://www.gnu.org/licenses/>. */ #include <errno.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <pwd.h> #include <stdio.h> #include <stdlib.h> |