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 bd54c7e595..902c95eb04 100644 --- a/shadow/fgetspent.c +++ b/shadow/fgetspent.c @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #include <errno.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <shadow.h> #include <stdlib.h> |