wineps.drv: Add missing #include <stdarg.h>.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com> Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fcca134333
commit
cced5dfbde
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue