diff options
Diffstat (limited to 'mail/em-composer-prefs.c')
-rw-r--r-- | mail/em-composer-prefs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index 327b4d1bc3..e822f20b11 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -20,12 +20,15 @@ * */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <string.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> +#include <fcntl.h> #include "em-composer-prefs.h" #include "composer/e-msg-composer.h" |