userenv: Add a missing include directive to userenv.h.
This commit is contained in:
parent
644cd0ae17
commit
48515313fd
|
@ -28,6 +28,7 @@
|
|||
#include "winternl.h"
|
||||
#include "winnls.h"
|
||||
#include "sddl.h"
|
||||
#include "objbase.h"
|
||||
#include "userenv.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef __WINE_USERENV_H
|
||||
#define __WINE_USERENV_H
|
||||
|
||||
/* FIXME: #include <wbemcli.h> */
|
||||
#include <wbemcli.h>
|
||||
#include <profinfo.h>
|
||||
|
||||
#define PT_TEMPORARY 0x00000001
|
||||
|
|
Loading…
Reference in New Issue