mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-08 16:25:23 +01:00
Include strings.h in win/curses/cursdial.c
This fixes compilation errors with clang -std=c2x due to strcasecmp and strncasecmp being undeclared.
This commit is contained in:
parent
f77f030c07
commit
4cf83ffd82
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "curswins.h"
|
||||
#include "func_tab.h"
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
|
||||
/* Dialog windows for curses interface */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue