ports/security/certificate-transparency/files/patch-cpp_net_url__fetcher.cc
Richard Gallamore c622191024 * Revision bump for libevhtp
* Fix build errors for updated libevhtp

MFH:		2018Q1
2018-01-04 19:16:45 +00:00

11 lines
292 B
C++

--- cpp/net/url_fetcher.cc.orig 2018-01-04 08:54:28 UTC
+++ cpp/net/url_fetcher.cc
@@ -4,7 +4,7 @@
#include <event2/keyvalq_struct.h>
#include <evhtp.h>
#include <glog/logging.h>
-#include <htparse.h>
+#include <parser.h>
#include "net/connection_pool.h"
#include "util/thread_pool.h"