Eric Pouech : kernel32: Added missing include to term.c.

Alexandre Julliard julliard at winehq.org
Mon Jan 24 11:07:30 CST 2011


Module: wine
Branch: master
Commit: 33389354a51865028a1bcddf90d7f27cff3d2775
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=33389354a51865028a1bcddf90d7f27cff3d2775

Author: Eric Pouech <eric.pouech at orange.fr>
Date:   Sat Jan 22 09:23:43 2011 +0100

kernel32: Added missing include to term.c.

---

 dlls/kernel32/term.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/kernel32/term.c b/dlls/kernel32/term.c
index a7e18ec..850b792 100644
--- a/dlls/kernel32/term.c
+++ b/dlls/kernel32/term.c
@@ -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)




More information about the wine-cvs mailing list