winecfg: Fix compilation on older gcc versions.
This commit is contained in:
parent
bf187ed1e0
commit
f65cd2e2eb
|
@ -22,6 +22,7 @@
|
|||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_MNTENT_H
|
||||
#include <mntent.h>
|
||||
|
|
Loading…
Reference in New Issue