diff options
Diffstat (limited to '')
-rw-r--r-- | src/HTTP/HTTPServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTTP/HTTPServer.h b/src/HTTP/HTTPServer.h index fe9f091dc..33f316b51 100644 --- a/src/HTTP/HTTPServer.h +++ b/src/HTTP/HTTPServer.h @@ -11,8 +11,8 @@ #include "../OSSupport/Network.h" #include "../IniFile.h" -#include "mbedTLS++/CryptoKey.h" -#include "mbedTLS++/X509Cert.h" +#include "../mbedTLS++/CryptoKey.h" +#include "../mbedTLS++/X509Cert.h" |