[compiler-rt] r308122 - [msan] Add missing include for fix test on Windows
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 18:19:36 PDT 2017
Author: vitalybuka
Date: Sat Jul 15 18:19:35 2017
New Revision: 308122
URL: http://llvm.org/viewvc/llvm-project?rev=308122&view=rev
Log:
[msan] Add missing include for fix test on Windows
Modified:
compiler-rt/trunk/test/msan/allocator_returns_null.cc
Modified: compiler-rt/trunk/test/msan/allocator_returns_null.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/allocator_returns_null.cc?rev=308122&r1=308121&r2=308122&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/allocator_returns_null.cc (original)
+++ compiler-rt/trunk/test/msan/allocator_returns_null.cc Sat Jul 15 18:19:35 2017
@@ -38,6 +38,7 @@
#include <assert.h>
+#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
More information about the llvm-commits
mailing list