aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 76a6a217b..d8a1493e7 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -94,6 +94,7 @@
94#endif 94#endif
95 95
96#if ENABLE_PLATFORM_MINGW32 96#if ENABLE_PLATFORM_MINGW32
97#define XXX //fprintf(stderr,"%08x:%s:%s:%d\n", (int)getpid(), __PRETTY_FUNCTION__, __FILE__, __LINE__);
97struct forkshell; 98struct forkshell;
98union node; 99union node;
99struct strlist; 100struct strlist;