mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
11 lines
292 B
C++
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"
|