summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-02 09:58:49 +0100
committerSadie Powell <sadie@witchery.services>2025-04-02 09:58:49 +0100
commit0b36ddfaf32b30dba22ec3a66a23b2e284c87e16 (patch)
treee621336ac107613b138b780339536061703afabd /src
parent947ddc9e1b66e502f137790c6c623486bf0bb2c0 (diff)
Fix building on old versions of RHEL.
Diffstat (limited to 'src')
-rw-r--r--src/mail.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail.cpp b/src/mail.cpp
index fe8bb0b90..bdad2447f 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -9,6 +9,8 @@
* Based on the original code of Services by Andy Church.
*/
+#include <cerrno>
+
#include "services.h"
#include "mail.h"
#include "config.h"