<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br>On Jan 13, 2011, at 4:12 PM, John Thompson wrote:<br><br><blockquote type="cite">Would this be the right fix for a Windows build break concerning stdint.h not existing on Windows?:<br> <br>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></blockquote><div><br></div><div>Correct. Someone already committed this.</div><br><blockquote type="cite"> namespace clang {<br>Could we turn on the buildbot for Win32?<br> <br></blockquote><div><br></div><div>Dunno what happened to it.</div><div><br></div><div>-eric</div><br></body></html>