summaryrefslogtreecommitdiff
path: root/alpine/osdep/debuging.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/osdep/debuging.c')
-rw-r--r--alpine/osdep/debuging.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine/osdep/debuging.c b/alpine/osdep/debuging.c
index a8bee9bd..07e0d371 100644
--- a/alpine/osdep/debuging.c
+++ b/alpine/osdep/debuging.c
@@ -73,7 +73,9 @@ init_debug(void)
char nbuf[5];
char newfname[MAXPATH+1], filename[MAXPATH+1], *dfile = NULL;
char basename[MAXPATH+1];
+#ifdef DEBUGFILEEXT
struct stat sbuf;
+#endif /* DEBUGFILEEXT */
int i, fd;
if(!((debug || ps_global->debug_imap || ps_global->debug_tcp || ps_global->debug_http) && ps_global->write_debug_file))