projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4367fbf
)
[WIN32K]
author
Thomas Faber
<thomas.faber@reactos.org>
Fri, 16 Oct 2015 15:33:19 +0000
(15:33 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Fri, 16 Oct 2015 15:33:19 +0000
(15:33 +0000)
- Add missing include aka fix build
CORE-10217
svn path=/trunk/; revision=69557
reactos/win32ss/pch.h
patch
|
blob
|
history
diff --git
a/reactos/win32ss/pch.h
b/reactos/win32ss/pch.h
index
b4bc100
..
48ffb8c
100644
(file)
--- a/
reactos/win32ss/pch.h
+++ b/
reactos/win32ss/pch.h
@@
-19,6
+19,7
@@
#include <ntifs.h>
#include <ntddmou.h>
#include <ndk/exfuncs.h>
+#include <ndk/iofuncs.h>
#include <ndk/kdfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/mmfuncs.h>