summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-11-10 15:36:45 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-11-11 08:42:57 +0100
commitf5926c8cfbd5af1fb7214428b4b03453b826f9a5 (patch)
tree17f50ec20fffa29b579f07745be1629017a71ae7 /extensions/source/update
parent50add2043752c7b07beccef9a509bea6c09619f8 (diff)
Move user agent initialization to InitCurl_easy
Places that didn't initialize it previously, would benefit automatically Change-Id: I2f1ff25fc58d9378462072bc92d7b37be2370fc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159299 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'extensions/source/update')
-rw-r--r--extensions/source/update/check/download.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx
index 9b4823777289..ab5402c0ae42 100644
--- a/extensions/source/update/check/download.cxx
+++ b/extensions/source/update/check/download.cxx
@@ -23,7 +23,7 @@
#include <curl/curl.h>
-#include <curlinit.hxx>
+#include <systools/curlinit.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>