X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsemaphore.h;h=cd01512c0ff10c7bd8d97ce918ac823403ad3198;hb=f1149d882df3b1bfd12a33cef49430f559c3e0ee;hp=a2bc8959118f84d66eee67a6b976a5a75511ad06;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/semaphore.h b/ucw/semaphore.h index a2bc8959..cd01512c 100644 --- a/ucw/semaphore.h +++ b/ucw/semaphore.h @@ -18,7 +18,7 @@ #include #include -#include "ucw/fastbuf.h" // For the temp_file_name +#include // For the temp_file_name /* In Darwin, sem_init() is unfortunately not implemented and the guide * recommends emulating it using sem_open(). */