File breakpad-system-curl.patch of Package nodejs-electron.v3
--- a/third_party/breakpad/breakpad/src/common/linux/libcurl_wrapper.h +++ b/third_party/breakpad/breakpad/src/common/linux/libcurl_wrapper.h @@ -37,7 +37,7 @@ #include <map> #include "common/using_std_string.h" -#include "third_party/curl/curl.h" +#include <curl/curl.h> namespace google_breakpad { class LibcurlWrapper {