<div>Would this be the right fix for a Windows build break concerning stdint.h not existing on Windows?:</div>
<div> </div>
<div>Index: include/clang/Basic/ABI.h<br>===================================================================<br>--- include/clang/Basic/ABI.h (revision 123405)<br>+++ include/clang/Basic/ABI.h (working copy)<br>@@ -15,7 +15,7 @@<br>
 #ifndef CLANG_BASIC_ABI_H<br> #define CLANG_BASIC_ABI_H<br> <br>-#include <stdint.h><br>+#include "llvm/Support/DataTypes.h"<br> <br> namespace clang {<br></div>
<div>Could we turn on the buildbot for Win32?</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>-John<br clear="all"><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div>