aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pecl-mongodb/fix-ssl.patch
blob: 7d40b9e3cc5c5e72278a01a42aea61ce86e88ee3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/libmongocrypt/kms-message/src/kms_request_str.h
+++ b/src/libmongocrypt/kms-message/src/kms_request_str.h
@@ -24,6 +24,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
+#include <sys/types.h>
 
 #if defined(_WIN32)
 #include <basetsd.h>