kernel32: Added missing include to term.c.

This commit is contained in:
Eric Pouech 2011-01-22 09:23:43 +01:00 committed by Alexandre Julliard
parent c117f21876
commit 33389354a5

View File

@ -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)