gst-libav1: update to 1.24.11
[oi-userland.git] / components / library / gcr / patches / 05-build.patch
blob94275a9e191d86902a6a95f6fda3dad1fad28ea2
1 Fixing timeval struct 'incomplete type' compiler errror
3 --- b/gcr/test-secure-memory.c 2020-10-13 14:33:11.978028180 -0700
4 +++ a/gcr/test-secure-memory.c 2020-10-13 14:32:46.980542153 -0700
5 @@ -31,7 +31,9 @@
6 #include <stdlib.h>
7 #include <stdio.h>
8 #include <string.h>
9 +#ifndef sun
10 #include <sys/resource.h>
11 +#endif
12 #include <unistd.h>
13 #include <sys/types.h>