diff options
Diffstat (limited to 'camel/camel-stream-null.c')
-rw-r--r-- | camel/camel-stream-null.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-stream-null.c b/camel/camel-stream-null.c index 34cc67ec7c..1738c326cc 100644 --- a/camel/camel-stream-null.c +++ b/camel/camel-stream-null.c @@ -23,7 +23,10 @@ * USA */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + #include "camel-stream-null.h" static CamelObjectClass *parent_class = NULL; |