diff options
Diffstat (limited to 'camel/camel-lock.c')
-rw-r--r-- | camel/camel-lock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-lock.c b/camel/camel-lock.c index fdd2c183e7..ab70cfd891 100644 --- a/camel/camel-lock.c +++ b/camel/camel-lock.c @@ -34,7 +34,9 @@ #include <sys/stat.h> #include <unistd.h> #include <errno.h> +#ifdef HAVE_ALLOCA_H #include <alloca.h> +#endif #include <time.h> #ifdef USE_DOT |