diff options
Diffstat (limited to 'login/getutid_r.c')
-rw-r--r-- | login/getutid_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/getutid_r.c b/login/getutid_r.c index 8eb555903c..42ddb4daea 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.c @@ -17,7 +17,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <errno.h> #include <stdlib.h> #include <utmp.h> |