aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scd/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app.c b/scd/app.c
index 3a66256bc..21230bd30 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -58,8 +58,8 @@ struct mrsw_lock
HANDLE the_event;
#else
int notify_pipe[2];
- int notify_watchers;
#endif
+ int notify_watchers; /* Used only for W32 but let's define it always. */
};
/* MRSW lock to protect the list of cards.