Ticket #3279: raptor-1.4.21_curl_types.patch

File raptor-1.4.21_curl_types.patch, 516 bytes (added by Marko Madunic, 13 years ago)

cURL types.h patch

  • TabularUnified src/raptor_internal.h

    diff -pruN raptor-1.4.21.orig/src/raptor_internal.h raptor-1.4.21/src/raptor_internal.h
    old new int raptor_utf8_is_nfc(const unsigned ch  
    852852
    853853#ifdef RAPTOR_WWW_LIBCURL
    854854#include <curl/curl.h>
     855/* curl/types.h is NO MORE
    855856#include <curl/types.h>
    856857#include <curl/easy.h>
     858*/
    857859#endif
    858860
    859861/* Size of buffer used in various raptor_www places for I/O  */