diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-01 02:03:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-01 02:03:38 +0000 |
| commit | 7e06443d44d75abea1c5f1d7036b62b1cc8fbee2 (patch) | |
| tree | f59fbfd783a4b1b1571913e07df21c94df1c4066 /llvm/lib | |
| parent | 87bc387f8f3e22749b4fc8dbe7e724f6c9bf72f2 (diff) | |
| download | bcm5719-llvm-7e06443d44d75abea1c5f1d7036b62b1cc8fbee2.tar.gz bcm5719-llvm-7e06443d44d75abea1c5f1d7036b62b1cc8fbee2.zip | |
hopefully fix an apparent build error on windows.
llvm-svn: 68175
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/System/Win32/Path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index ff96e33dfad..fbf8f6688a5 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/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 |

