diff options
Diffstat (limited to 'lib/libc/gen/lockf.c')
-rw-r--r-- | lib/libc/gen/lockf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/lockf.c b/lib/libc/gen/lockf.c index 15b5b21..b881b11 100644 --- a/lib/libc/gen/lockf.c +++ b/lib/libc/gen/lockf.c @@ -43,9 +43,11 @@ static const char rcsid[]= "$FreeBSD$"; #endif +#include "namespace.h" #include <errno.h> #include <fcntl.h> #include <unistd.h> +#include "un-namespace.h" int lockf(filedes, function, size) |