openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / raptor / patches / raptor-03-build-issues.patch
blobeebd1d470748401700d36aed288f436ea5f2e02f
1 --- raptor-1.4.19/src/raptor_internal.h.orig 2013-08-27 12:47:35.101294200 +0530
2 +++ raptor-1.4.19/src/raptor_internal.h 2013-08-27 12:47:46.977802268 +0530
3 @@ -852,7 +852,6 @@ int raptor_utf8_is_nfc(const unsigned ch
5 #ifdef RAPTOR_WWW_LIBCURL
6 #include <curl/curl.h>
7 -#include <curl/types.h>
8 #include <curl/easy.h>
9 #endif