From e0554a531f17f56167f978eddf29a09cc6ae9f32 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/sys/sem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/sys/sem.c') diff --git a/lib/libc/sys/sem.c b/lib/libc/sys/sem.c index d1cf10e1f7e2..e37eccd1e00f 100644 --- a/lib/libc/sys/sem.c +++ b/lib/libc/sys/sem.c @@ -29,6 +29,7 @@ * $FreeBSD$ */ +#include "namespace.h" #include #include #include @@ -37,6 +38,7 @@ #include #include #include <_semaphore.h> +#include "un-namespace.h" #define _SEM_CHECK_VALIDITY(sem) \ if ((*(sem))->magic != SEM_MAGIC) { \ -- cgit v1.2.3