diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-05 22:52:15 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-05 22:52:15 +0000 |
| commit | ffaa723f87d973a6c05be0765a2caf98b1b3a9b4 (patch) | |
| tree | e9e711492afc26ed1d4756f215531dee904b4ddb /src/winmain.cpp | |
| parent | Patch from Fridrich - LP #520532 (diff) | |
| download | inkscape-ffaa723f87d973a6c05be0765a2caf98b1b3a9b4.tar.gz inkscape-ffaa723f87d973a6c05be0765a2caf98b1b3a9b4.zip | |
Adjust Windows build after fixing LP #520532
(bzr r9150)
Diffstat (limited to 'src/winmain.cpp')
| -rw-r--r-- | src/winmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winmain.cpp b/src/winmain.cpp index 4fde2c574..752ab8e6b 100644 --- a/src/winmain.cpp +++ b/src/winmain.cpp @@ -8,6 +8,7 @@ #ifdef G_OS_WIN32 #undef DATADIR +#include <stdio.h> #include <io.h> #include <conio.h> #define _WIN32_WINNT 0x0501 |
