X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fdraw_wins.c;h=b230b6a2bb23330710f306e311b676bca6654030;hb=f934d0193c89585b9154210bf1ffb08aeebef12a;hp=a8477bd79875ee4a81555f1f5fcb3d74ad832f40;hpb=8a804a7b819d7ac92a05737f985c7ed39654dc2b;p=plomrogue diff --git a/src/client/draw_wins.c b/src/client/draw_wins.c index a8477bd..b230b6a 100644 --- a/src/client/draw_wins.c +++ b/src/client/draw_wins.c @@ -12,7 +12,7 @@ #include /* uint8_t, uint16_t, uint32_t, UINT16_MAX */ #include /* sprintf() */ #include /* free() */ -#include /* memset(), strchr(), strdup/(), strlen() */ +#include /* 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() */