X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsemaphore.h;h=d33280bda725f60507309c2ffd87d416f2f75b44;hb=1d8112cb590e458baa899805908a8ac910f58163;hp=ad160b1fab07c9dce96745bacaf164d1550d75d7;hpb=0e72627fdb86b1204dd58ce42c8918701c7e2cf1;p=libucw.git 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(). */