diff options
Diffstat (limited to 'camel/camel-object.c')
-rw-r--r-- | camel/camel-object.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-object.c b/camel/camel-object.c index 75c14b8978..53e7069653 100644 --- a/camel/camel-object.c +++ b/camel/camel-object.c @@ -23,7 +23,11 @@ * USA */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + +#include <string.h> #include "camel-object.h" /* I just mashed the keyboard for these... */ |