python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / openjpeg / patches / openjpeg-03-imgsock_manager.c-strings.h.patch
blobf5ef5938aa195f8a80fefd20705ad742399f3c66
1 diff -ur openjpeg-2.3.1.orig/src/lib/openjpip/imgsock_manager.c openjpeg-2.3.1/src/lib/openjpip/imgsock_manager.c
2 --- openjpeg-2.3.1.orig/src/lib/openjpip/imgsock_manager.c 2019-04-02 07:45:15.000000000 +0000
3 +++ openjpeg-2.3.1/src/lib/openjpip/imgsock_manager.c 2019-06-10 19:29:43.372398963 +0000
4 @@ -30,6 +30,10 @@
6 #include <stdio.h>
7 #include <string.h>
8 +#if defined(__sun)
9 +/* for strncasecmp() */
10 +# include <strings.h>
11 +#endif
12 #include <stdlib.h>
13 #include "imgsock_manager.h"
14 #if _WIN32