aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-11-07 20:14:40 +0000
committerGuy Harris <guy@alum.mit.edu>2005-11-07 20:14:40 +0000
commit262a414f41582b6242f5c65a4bac04b58dbbdf85 (patch)
treed65476f8be702365e44b2784a6293aae966f6bbb /wiretap/ascend.c
parent91e66afb842b8bd4013f64c527c97575bbf43025 (diff)
The problem wasn't that <sys/stat.h> wasn't being included, the problem
was that file_util.h wasn't in the distribution tarball, so it couldn't be included - it handles including <sys/stat.h>. svn path=/trunk/; revision=16423
Diffstat (limited to 'wiretap/ascend.c')
-rw-r--r--wiretap/ascend.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wiretap/ascend.c b/wiretap/ascend.c
index 43361965b2..85694f6732 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -32,10 +32,6 @@
#include <errno.h>
-#ifdef HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif