diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 3 |
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> |