https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a4e25b86736b6c777ee64…
commit a4e25b86736b6c777ee644c89ec6699c2b545fee
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sun Dec 16 12:27:08 2018 +0100
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sun Dec 16 12:27:08 2018 +0100
[SHELLBTRFS] Oops, that local change got dropped...
CORE-15452
---
dll/shellext/shellbtrfs/send.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/dll/shellext/shellbtrfs/send.h b/dll/shellext/shellbtrfs/send.h
index 7940c4f19f..7735c61b13 100644
--- a/dll/shellext/shellbtrfs/send.h
+++ b/dll/shellext/shellbtrfs/send.h
@@ -19,6 +19,7 @@
#ifdef __REACTOS__
#include "btrfs.h"
+#include <stdlib.h>
#else
#include "../btrfs.h"
#endif