diff options
| author | Dan Winship <danw@src.gnome.org> | 2000-10-25 06:20:44 +0800 | 
|---|---|---|
| committer | Dan Winship <danw@src.gnome.org> | 2000-10-25 06:20:44 +0800 | 
| commit | b29855a64751006c0233fabf8d027fe2b55e6dd4 (patch) | |
| tree | 44bba30f2488604c9044cce352dd26c35907a1b7 /camel | |
| parent | 12e897a1b06c48b60411c06ea70ef2cde48d9d9c (diff) | |
| download | gsoc2013-evolution-b29855a64751006c0233fabf8d027fe2b55e6dd4.tar.gz gsoc2013-evolution-b29855a64751006c0233fabf8d027fe2b55e6dd4.tar.zst gsoc2013-evolution-b29855a64751006c0233fabf8d027fe2b55e6dd4.zip | |
add a missing #include
svn path=/trunk/; revision=6154
Diffstat (limited to 'camel')
| -rw-r--r-- | camel/camel-session.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/camel/camel-session.c b/camel/camel-session.c index 3e2424a401..ac85005da2 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -32,6 +32,7 @@  #include <string.h>  #include <sys/stat.h>  #include <unistd.h> +#include <gal/util/e-util.h>  #include "camel-session.h"  #include "camel-store.h"  #include "camel-transport.h" | 
