summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lastfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lastfile.c b/src/lastfile.c
index 0e94a4f159..df678b4287 100644
--- a/src/lastfile.c
+++ b/src/lastfile.c
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
char my_edata[] = "End of Emacs initialized data";
-#ifdef WINDOWSNT
+#if defined(WINDOWSNT) || defined(CYGWIN)
/* Help unexec locate the end of the .bss area used by Emacs (which
isn't always a separate section in NT executables). */
char my_endbss[1];