]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/semaphore.h
Fastbuf: Rewritten bprintf()
[libucw.git] / ucw / semaphore.h
index a2bc8959118f84d66eee67a6b976a5a75511ad06..cd01512c0ff10c7bd8d97ce918ac823403ad3198 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "ucw/fastbuf.h" // For the temp_file_name
+#include <ucw/fastbuf.h> // For the temp_file_name
 
 /* In Darwin, sem_init() is unfortunately not implemented and the guide
  * recommends emulating it using sem_open().  */