diff options
Diffstat (limited to 'camel/camel-stream.c')
-rw-r--r-- | camel/camel-stream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-stream.c b/camel/camel-stream.c index 2c8924ee7c..a883905e8d 100644 --- a/camel/camel-stream.c +++ b/camel/camel-stream.c @@ -23,7 +23,11 @@ * USA */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + +#include <string.h> #include "camel-stream.h" static CamelObjectClass *parent_class = NULL; |