Create additional subdirectory for libcurl headers so that curl headers can be included the conventional way

This commit is contained in:
relesgoe 2020-05-22 03:17:05 -07:00
parent c7387d83c9
commit edd5165f1b
11 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#include <random> #include <random>
#include <string> #include <string>
#include <curl.h> #include <curl/curl.h>
#include "common/eventlog.h" #include "common/eventlog.h"

View file

@ -19,7 +19,7 @@
#include <ctime> #include <ctime>
#include <string> #include <string>
#include <curl.h> #include <curl/curl.h>
#include <fmt/core.h> #include <fmt/core.h>
#include <fmt/chrono.h> #include <fmt/chrono.h>