kernel32: Added missing include to term.c.
This commit is contained in:
parent
c117f21876
commit
33389354a5
|
@ -21,6 +21,7 @@
|
|||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
#elif defined(HAVE_CURSES_H)
|
||||
|
|
Loading…
Reference in New Issue