diff options
-rw-r--r-- | src/common/linux/http_upload.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/linux/http_upload.cc b/src/common/linux/http_upload.cc index 69a23f77..857dc141 100644 --- a/src/common/linux/http_upload.cc +++ b/src/common/linux/http_upload.cc @@ -31,8 +31,7 @@ #include <assert.h> #include <dlfcn.h> -#include <curl/curl.h> -#include <curl/easy.h> +#include "third_party/curl/curl.h" namespace { |