diff options
Diffstat (limited to 'shadow/sgetspent.c')
-rw-r--r-- | shadow/sgetspent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shadow/sgetspent.c b/shadow/sgetspent.c index f16ff19a59..762dcb5959 100644 --- a/shadow/sgetspent.c +++ b/shadow/sgetspent.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 <stdlib.h> |