summaryrefslogtreecommitdiff
path: root/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
blob: 5aea3171c2de28f3f6079cf3ad6c75e3fdea8515 (plain)
1
2
3
4
5
6
7
8
Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC ideally
needs to be adjusted to be able to pass headers.
--- a/configure
+++ b/configure
@@ -18656,2 +18656,3 @@
 /* end confdefs.h.  */
+#include <unistd.h>
 int main(void) { return gettid(); }