diff options
Diffstat (limited to 'src/lib/x509/x509path.cpp')
-rw-r--r-- | src/lib/x509/x509path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509path.cpp b/src/lib/x509/x509path.cpp index 840e8f3bf..7a5ff35b1 100644 --- a/src/lib/x509/x509path.cpp +++ b/src/lib/x509/x509path.cpp @@ -20,7 +20,7 @@ #if defined(BOTAN_HAS_ONLINE_REVOCATION_CHECKS) #include <future> - #include <botan/http_util.h> + #include <botan/internal/http_util.h> #endif namespace Botan { |