diff options
-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> |