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 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" |