[llvm-commits] [llvm] r68175 - /llvm/trunk/lib/System/Win32/Path.inc
Chris Lattner
sabre at nondot.org
Tue Mar 31 19:03:38 PDT 2009
Author: lattner
Date: Tue Mar 31 21:03:38 2009
New Revision: 68175
URL: http://llvm.org/viewvc/llvm-project?rev=68175&view=rev
Log:
hopefully fix an apparent build error on windows.
Modified:
llvm/trunk/lib/System/Win32/Path.inc
Modified: llvm/trunk/lib/System/Win32/Path.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Win32/Path.inc?rev=68175&r1=68174&r2=68175&view=diff
==============================================================================
--- llvm/trunk/lib/System/Win32/Path.inc (original)
+++ llvm/trunk/lib/System/Win32/Path.inc Tue Mar 31 21:03:38 2009
@@ -21,6 +21,7 @@
#include "Win32.h"
#include <malloc.h>
+#include <cstdio>
// We need to undo a macro defined in Windows.h, otherwise we won't compile:
#undef CopyFile
More information about the llvm-commits
mailing list