<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tools/nepomukctl/main.cpp.orig	2013-09-17 09:26:10.000000000 +0900
+++ tools/nepomukctl/main.cpp	2013-09-17 09:31:29.000000000 +0900
@@ -20,7 +20,7 @@
 
 #include &lt;cstdlib&gt;
 
-#ifdef __unix__
+#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) &amp;&amp; defined(__MACH__))
     #include &lt;unistd.h&gt;
 #elif defined _WIN32
     #include &lt;windows.h&gt;
</pre></body></html>