mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-21 17:09:06 -07:00
Include user.h in the new winstation.c to avoid a warning from
-Wmissing-declarations.
This commit is contained in:
parent
1329f87d46
commit
c61580133d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "handle.h"
|
||||
#include "request.h"
|
||||
#include "process.h"
|
||||
#include "user.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
struct winstation
|
||||
|
|
Loading…
Reference in a new issue