Commit 6d3a10d6 6d3a10d65c831336dffc2a559130b8af1b794088 by Sergey Poznyakoff

Added missing includes

1 parent 63622e3a
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
15 along with this program; if not, write to the Free Software 15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18 #ifdef HAVE_CONFIG_H
19 # include <config.h>
20 #endif
21 #include <stdio.h>
22 #include <stdlib.h>
23 #include <string.h>
18 #include <mailutils/mutil.h> 24 #include <mailutils/mutil.h>
19 25
20 #define SECS_PER_DAY 86400 26 #define SECS_PER_DAY 86400
......