Added missing includes
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment