Michael Stefaniuc : winecfg: Fix compilation on older gcc versions.

Alexandre Julliard julliard at winehq.org
Mon Oct 20 08:00:42 CDT 2008


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

Author: Michael Stefaniuc <mstefani at 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>




More information about the wine-cvs mailing list