diff options
-rw-r--r-- | src/mail.cpp | 2 |
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" |