Fix windows clang+vcpkg build.

This commit is contained in:
ts-korhonen
2022-10-18 20:44:09 +03:00
parent 33efc81c3a
commit f7c11a94e9
3 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <string.h>
#ifdef _WIN32
# include <string.h>
# include <sys/types.h>
#else
# include <libgen.h>
#endif