summaryrefslogtreecommitdiff
path: root/src/service/smtp.hpp
diff options
context:
space:
mode:
authorclaiff <claiff@mail.ru>2022-09-21 15:50:24 +0300
committerclaiff <claiff@mail.ru>2022-09-21 15:50:24 +0300
commit6cfc7076808138be2ad5a2b05edd635b5948bf31 (patch)
tree3c7e38f17738c181437f482d05c66dde94f7c28a /src/service/smtp.hpp
parent7a446d48b9270dbe2628b462a54a7a23ff43c572 (diff)
downloadobmc-sila-smtp-6cfc7076808138be2ad5a2b05edd635b5948bf31.tar.xz
add port errors check
Diffstat (limited to 'src/service/smtp.hpp')
-rw-r--r--src/service/smtp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/smtp.hpp b/src/service/smtp.hpp
index a52c9c0..1c71acc 100644
--- a/src/service/smtp.hpp
+++ b/src/service/smtp.hpp
@@ -5,8 +5,8 @@
#include <sdbusplus/asio/connection.hpp>
#include <sdbusplus/asio/object_server.hpp>
-#include "managment/mail.hpp"
-#include "managment/settings.hpp"
+#include "management/mail.hpp"
+#include "management/settings.hpp"
namespace smtp::service
{