20 Oct
2008
20 Oct
'08
1 p.m.
Module: wine Branch: master Commit: f65cd2e2eb77f66cf31e2c30698fa91fcd5e8ef4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f65cd2e2eb77f66cf31e2c3069... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon Oct 20 00:25:49 2008 +0200 winecfg: Fix compilation on older gcc versions. --- programs/winecfg/drivedetect.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/programs/winecfg/drivedetect.c b/programs/winecfg/drivedetect.c index 8b9911a..9a2b451 100644 --- a/programs/winecfg/drivedetect.c +++ b/programs/winecfg/drivedetect.c @@ -22,6 +22,7 @@ #include "config.h" #include "wine/port.h" +#include <stdarg.h> #include <stdio.h> #ifdef HAVE_MNTENT_H #include <mntent.h>