diff options
Diffstat (limited to 'camel/camel-stream-buffer.c')
-rw-r--r-- | camel/camel-stream-buffer.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/camel/camel-stream-buffer.c b/camel/camel-stream-buffer.c index 7df9fa30ee..f0857d49e4 100644 --- a/camel/camel-stream-buffer.c +++ b/camel/camel-stream-buffer.c @@ -22,13 +22,16 @@ * USA */ - +#ifdef HAVE_CONFIG_H #include <config.h> -#include "camel-stream-buffer.h" +#endif + +#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> +#include "camel-stream-buffer.h" static CamelStreamClass *parent_class = NULL; |