summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-02 10:09:58 +0100
committerSadie Powell <sadie@witchery.services>2025-04-02 10:09:58 +0100
commit698dd78ef85e8044d3813bcfe4b8b567f746c35a (patch)
tree50397efbaed7d4897a2809fef80fc22dd0fda0de /src
parent59d516d5b03c7729f8baeb521abf72d8000d9012 (diff)
parent0b36ddfaf32b30dba22ec3a66a23b2e284c87e16 (diff)
Merge branch '2.0' into 2.1.
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 9fb7aedff..3aa15c99f 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"