aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-mem.c')
-rw-r--r--camel/camel-stream-mem.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/camel/camel-stream-mem.c b/camel/camel-stream-mem.c
index b9012bcccb..afaeca9b0e 100644
--- a/camel/camel-stream-mem.c
+++ b/camel/camel-stream-mem.c
@@ -23,13 +23,18 @@
* USA
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
-#include "camel-stream-mem.h"
+#endif
+
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
+#include "camel-stream-mem.h"
+
static CamelSeekableStreamClass *parent_class = NULL;
/* Returns the class for a CamelStreamMem */