mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
15 lines
346 B
Diff
15 lines
346 B
Diff
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
|
|
index 1b5072c2..999555f6 100644
|
|
--- a/lib/src/gsasl.h
|
|
+++ b/lib/src/gsasl.h
|
|
@@ -33,7 +33,9 @@
|
|
|
|
# include <stdio.h> /* FILE */
|
|
# include <stddef.h> /* size_t */
|
|
+#ifndef _WIN32
|
|
# include <unistd.h> /* ssize_t */
|
|
+#endif
|
|
|
|
/* Get version symbols. */
|
|
# include <gsasl-version.h>
|