curses locale.h fix

This commit is contained in:
PatR
2022-06-03 13:12:27 -07:00
parent 4c47b7f622
commit b4a415848d
2 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include "color.h"
#include "wincurs.h"
#ifdef CURSES_UNICODE
#include "locale.h"
#include <locale.h>
#endif
/* define this if not linking with <foo>tty.o|.obj for some reason */