home · contact · privacy
Server: Add critical bug to TODO.
[plomrogue] / src / client / draw_wins.c
index a8477bd79875ee4a81555f1f5fcb3d74ad832f40..b230b6a2bb23330710f306e311b676bca6654030 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t, UINT16_MAX */
 #include <stdio.h> /* sprintf() */
 #include <stdlib.h> /* free() */
-#include <string.h> /* memset(), strchr(), strdup/(), strlen() */
+#include <string.h> /* memset(), strcmp(), strchr(), strdup/(), strlen() */
 #include "../common/rexit.h" /* exit_err(), exit_trouble() */
 #include "../common/try_malloc.h" /* try_malloc() */
 #include "keybindings.h" /* struct KeyBindingDB, get_keyname_to_keycode() */