diff options
Diffstat (limited to 'misc/mntent.c')
-rw-r--r-- | misc/mntent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mntent.c b/misc/mntent.c index 7dedc62387..e372b9fa58 100644 --- a/misc/mntent.c +++ b/misc/mntent.c @@ -18,7 +18,7 @@ #include <mntent.h> #include <stdlib.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> /* We don't want to allocate the static buffer all the time since it is not always used (in fact, rather infrequently). Accept the |