diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 21:52:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 21:52:29 +0800 |
commit | 9d3f261e7c9afcfadb3c2f35b343e9a25079df83 (patch) | |
tree | f07a94bf1ea7f29556186cb31132a94f8d0a3e79 /shell | |
parent | 9462327e6601c88c7ba97ecd322d458c071b67af (diff) | |
download | gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar.gz gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar.bz2 gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar.lz gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar.xz gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.tar.zst gsoc2013-evolution-9d3f261e7c9afcfadb3c2f35b343e9a25079df83.zip |
#include <unistd.h>
svn path=/trunk/; revision=9439
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-local-folder.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f48a80a7bb..bfab734e55 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-04-18 Ettore Perazzoli <ettore@ximian.com> + + * e-local-folder.c: #include <unistd.h>. + 2001-04-17 Christopher James Lahey <clahey@ximian.com> * e-shell-view.c (storage_set_view_box_event_cb): Proxy events to diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c index 13465f0166..5825b5fe67 100644 --- a/shell/e-local-folder.c +++ b/shell/e-local-folder.c @@ -38,6 +38,8 @@ #include <config.h> #endif +#include <unistd.h> + #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> |