aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-04-10 00:30:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-04-10 00:30:53 +0800
commit92d85ea01a3e856173bb0a926264fa3576d7d4eb (patch)
tree352d8dc7150ac2f1fb9df9c8da6cff2cf3d5381d /shell/e-local-storage.c
parentfb12a78742519175f1766950c5a5870232c56993 (diff)
downloadgsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar.gz
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar.bz2
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar.lz
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar.xz
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.tar.zst
gsoc2013-evolution-92d85ea01a3e856173bb0a926264fa3576d7d4eb.zip
Move <dirent.h> down the #include list so it compiles on Darwin.
* e-local-storage.c: Move <dirent.h> down the #include list so it compiles on Darwin. svn path=/trunk/; revision=16407
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r--shell/e-local-storage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index 70bcabf6b1..607fccb37e 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -33,13 +33,12 @@
#include <config.h>
#endif
-#include <dirent.h>
-
#include <errno.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <dirent.h>
#include <gtk/gtksignal.h>
#include <libgnome/gnome-defs.h>