From e380eaaa0cd05e90d84407af58123762ab25e120 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sat, 28 Apr 2007 13:40:06 -0700 Subject: [PATCH] lib: added missing include on Darwin --- lib/semaphore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/semaphore.h b/lib/semaphore.h index ad160b1f..d33280bd 100644 --- a/lib/semaphore.h +++ b/lib/semaphore.h @@ -15,6 +15,7 @@ #ifdef CONFIG_DARWIN #include +#include /* In Darwin, sem_init() is unfortunately not implemented and the guide * recommends emulating it using sem_open(). */ -- 2.39.2