diff options
-rw-r--r-- | editors/openoffice-devel/files/patch-webdav | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-devel/files/patch-webdav b/editors/openoffice-devel/files/patch-webdav index a18233a02e3e..dedd045d07f5 100644 --- a/editors/openoffice-devel/files/patch-webdav +++ b/editors/openoffice-devel/files/patch-webdav @@ -5,7 +5,7 @@ #define INCLUDED_SERFURI_HXX -#include <apr-util/apr_uri.h> -+#include <apr-1/apr_uri.h> ++#include <apr_uri.h> #include <rtl/ustring.hxx> #include "DAVException.hxx" @@ -16,7 +16,7 @@ #include "AprEnv.hxx" -#include <apr/apr_strings.h> -+#include <apr-1/apr_strings.h> ++#include <apr_strings.h> #include "DAVAuthListener.hxx" #include "SerfTypes.hxx" @@ -28,7 +28,7 @@ #define INCLUDED_SERFTYPES_HXX -#include <serf/serf.h> -+#include <serf-1/serf.h> ++#include <serf.h> typedef serf_connection_t SerfConnection; |