From 8511a9734814d8e1f80395d759450a62a965734d Mon Sep 17 00:00:00 2001 From: John Ferlito Date: Sat, 26 Dec 2009 23:37:37 +1100 Subject: [PATCH] Enable compilation on kfree-bsd --- src/liboggplay/std_semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liboggplay/std_semaphore.h b/src/liboggplay/std_semaphore.h index 0a3c83f..345ead7 100644 --- a/src/liboggplay/std_semaphore.h +++ b/src/liboggplay/std_semaphore.h @@ -74,7 +74,7 @@ * @retval non-zero on error */ -#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__) +#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__) || defined(__GLIBC__) #include #if defined(__FreeBSD__) #define SEM_CREATE(p,s) sem_init(&(p), 0, s) -- 2.11.4.GIT