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