diff src/common.h @ 205:5f3fa53cb0e1

make nested mime multipart/alternative to hold the text/html parts
author Carl Byington <carl@five-ten-sg.com>
date Sat, 06 Jun 2009 12:48:09 -0700
parents b65e8d0a088a
children e7f363452178
line wrap: on
line diff
--- a/src/common.h	Sat Jun 06 11:39:02 2009 -0700
+++ b/src/common.h	Sat Jun 06 12:48:09 2009 -0700
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <time.h>
 
 
 #ifndef  _MSC_VER