winecfg: Fix compilation on older gcc versions.

This commit is contained in:
Michael Stefaniuc 2008-10-20 00:25:49 +02:00 committed by Alexandre Julliard
parent bf187ed1e0
commit f65cd2e2eb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_MNTENT_H
#include <mntent.h>