aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-path.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-23 06:53:21 +0800
committerDan Winship <danw@src.gnome.org>2002-09-23 06:53:21 +0800
commit8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6 (patch)
tree481b3885c650fa97596a4b46bf90a8d095813caf /e-util/e-path.c
parent0ddf9119dd2baa9bb7784cbbfe1549e1dcaca2a6 (diff)
downloadgsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.gz
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.bz2
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.lz
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.xz
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.tar.zst
gsoc2013-evolution-8aa08c6316dfb6a1f2d82ca7bfb9e02954b819d6.zip
Fix some non-ANSI switch statements
* e-config-listener.c: Fix some non-ANSI switch statements * e-path.c: #include <sys/types.h> for OS X svn path=/trunk/; revision=18156
Diffstat (limited to 'e-util/e-path.c')
-rw-r--r--e-util/e-path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-path.c b/e-util/e-path.c
index 06b75686b1..089ee03842 100644
--- a/e-util/e-path.c
+++ b/e-util/e-path.c
@@ -20,6 +20,7 @@
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include <string.h>
#include <sys/stat.h>