Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
-
Patch Available
Description
THeaderTransport.h includes unistd.h unconidionaly.
This breaks on non posix systems.
The solution is to include it only when the corresponding define is set, like it is done in the rest of the codebase.