<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/512#discussion_r46559791">sprompt.cpp</a>:</p>
<pre style='color:#555'>> @@ -57,7 +57,9 @@
>  #include <cstdio>
>  #include <cstdlib>
>  #include <cstring>
> -#include <unistd.h>
> +#ifndef _WIN32
> +#    include <unistd.h>
> +#endif
>  
</pre>
<p>Should work without it (cmake should generate it). Many other places with unistd.h.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/osm2pgsql/pull/512/files#r46559791">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7gwdVt7_cnl1XhMuZZOAPDX3YUhRks5pME5vgaJpZM4GrFpA.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/osm2pgsql/pull/512/files#r46559791"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>