aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mailcore.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-12 00:10:03 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-12 00:10:03 -0800
commit7b04566d191b27d8018fd486570a12b6f1049a16 (patch)
treee84617c937960fedab80548e83f780824d4d3eb4 /src/mailcore.h
parent739b68a69682d80d8247d4465eae7b182acc9da0 (diff)
implemented asynchronous SMTP
Diffstat (limited to 'src/mailcore.h')
-rw-r--r--src/mailcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailcore.h b/src/mailcore.h
index f4198e6d..9b3ba66a 100644
--- a/src/mailcore.h
+++ b/src/mailcore.h
@@ -10,5 +10,6 @@
#define mailcore2_mailcore_h
#include <mailcore/MCCore.h>
+#include <mailcore/MCAsync.h>
#endif