https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a837184300041ea328a18…
commit a837184300041ea328a187f44488f45252aa49f6
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Tue Nov 12 21:52:16 2019 +0100
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Tue Nov 12 21:52:16 2019 +0100
[SHELLBTRFS] Fix build?
(Not sure why it works locally...)
---
dll/shellext/shellbtrfs/shellext.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/dll/shellext/shellbtrfs/shellext.h b/dll/shellext/shellbtrfs/shellext.h
index af7776cb5a3..cfa09779213 100755
--- a/dll/shellext/shellbtrfs/shellext.h
+++ b/dll/shellext/shellbtrfs/shellext.h
@@ -42,6 +42,7 @@
#include <strsafe.h>
#include <ndk/iofuncs.h>
#include <ndk/obfuncs.h>
+#include <ndk/rtlfuncs.h>
#endif
#include <string>
#ifdef __REACTOS__