Allow dumping a list of outstanding invitations.
[oweals/tinc.git] / src / top.c
index 2824261c2a2a94e5de48d3ce67ef8a623d9b93ac..40b80479a95bce18367d0e5dc3cc771224268351 100644 (file)
--- a/src/top.c
+++ b/src/top.c
@@ -21,6 +21,7 @@
 
 #ifdef HAVE_CURSES
 
+#undef KEY_EVENT  /* There are conflicting declarations for KEY_EVENT in Windows wincon.h and curses.h. */
 #include <curses.h>
 
 #include "control_common.h"