Gerald Pfeifer : wineps.drv: Add missing #include <stdarg.h>.
Module: wine Branch: master Commit: cced5dfbde8b685022dd74e666f8ad4ea8473453 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cced5dfbde8b685022dd74e666... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Fri Apr 21 14:09:28 2017 +0200 wineps.drv: Add missing #include <stdarg.h>. Signed-off-by: Gerald Pfeifer <gerald(a)pfeifer.com> Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wineps.drv/graphics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wineps.drv/graphics.c b/dlls/wineps.drv/graphics.c index ab6fe45..4887bd0 100644 --- a/dlls/wineps.drv/graphics.c +++ b/dlls/wineps.drv/graphics.c @@ -20,6 +20,7 @@ #include "config.h" +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <math.h>
participants (1)
-
Alexandre Julliard