diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-16 16:36:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-16 16:36:39 +0800 |
commit | d39149c5797d79e902621585554985132c1e445d (patch) | |
tree | 5319382fa77e77f4b80f78d3ff7c5f31b69b7802 /camel/camel-movemail.c | |
parent | c484e227fd338b26e4bf1b075dc8a7701d77a120 (diff) | |
download | gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.gz gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.zst gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.zip |
New file - utility functions for locking using different strategies and/or
2000-11-16 Not Zed <NotZed@HelixCode.com>
* camel-lock.c: New file - utility functions for locking using
different strategies and/or for locking folders safely.
* Makefile.am (libcamel_la_SOURCES): Adde camel-lock.[ch]
svn path=/trunk/; revision=6590
Diffstat (limited to 'camel/camel-movemail.c')
-rw-r--r-- | camel/camel-movemail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-movemail.c b/camel/camel-movemail.c index ea3fdb3da0..bd5022f421 100644 --- a/camel/camel-movemail.c +++ b/camel/camel-movemail.c @@ -35,6 +35,7 @@ #include <unistd.h> #include <string.h> #include <signal.h> +#include <alloca.h> #include "camel-movemail.h" #include "camel-exception.h" @@ -590,3 +591,4 @@ fail: return -1; } #endif + |