Adding the header file unistd.h

Solution to issue #42
Required for Clang-17 and newer

Signed-off-by: ormorph <roma251078@mail.ru>
pull/43/head
ormorph 1 month ago
parent c001576c18
commit 625658e24a
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

@ -34,6 +34,8 @@
#include "xsldbgthread.h"
#ifdef WIN32
#include <direct.h>
#else
#include <unistd.h>
#endif
#endif /* BUILD_DOCS */

Loading…
Cancel
Save