Adding the header file unistd.h

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

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 625658e24a)
r14.1.x
ormorph 1 month ago committed by Michele Calgaro
parent 5344e9d75c
commit a605c96a8a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save