aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/add-missing-includes.patch
blob: fce3c9621c148afcc884f596f39103ccae726f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/_dist/deps/dqlite/src/vfs.c b/_dist/deps/dqlite/src/vfs.c
index 31e138c..c5f9e9c 100644
--- a/_dist/deps/dqlite/src/vfs.c
+++ b/_dist/deps/dqlite/src/vfs.c
@@ -2,6 +2,9 @@
 #include <sys/time.h>
 #include <errno.h>
 
+#include <pthread.h>
+#include <sys/types.h>
+
 #include <raft.h>
 
 #include <sqlite3.h>