commit | c23c1fc5597c2cb90c1136c10570a966961d8b20 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Apr 01 02:03:38 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Apr 01 02:03:38 2009 +0000 |
tree | 1b7359db4806d8efe85059813121bc3bca4695aa | |
parent | 7d9eb5884c34d0b6d9912d1f972327eedc62d60a [diff] [blame] |
hopefully fix an apparent build error on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68175 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index ff96e33..fbf8f66 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc
@@ -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