[compiler-rt] c03af16 - Include wwindows.h

Russell Gallop via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 04:23:00 PST 2021


Author: Russell Gallop
Date: 2021-01-21T16:54:27Z
New Revision: c03af166b3d2a10ed23bb4cd6c8d0b0c6e0754fe

URL: https://github.com/llvm/llvm-project/commit/c03af166b3d2a10ed23bb4cd6c8d0b0c6e0754fe
DIFF: https://github.com/llvm/llvm-project/commit/c03af166b3d2a10ed23bb4cd6c8d0b0c6e0754fe.diff

LOG: Include wwindows.h

Added: 
    

Modified: 
    compiler-rt/lib/scudo/standalone/common.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/scudo/standalone/common.h b/compiler-rt/lib/scudo/standalone/common.h
index 662b733050bb..da7ce2b6a615 100644
--- a/compiler-rt/lib/scudo/standalone/common.h
+++ b/compiler-rt/lib/scudo/standalone/common.h
@@ -13,6 +13,7 @@
 
 #include "fuchsia.h"
 #include "linux.h"
+#include "wwindows.h"
 
 #include <stddef.h>
 #include <string.h>


        


More information about the llvm-commits mailing list