summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-25 23:57:37 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-25 23:58:12 +0200
commit8ffe4af627d526131a3f06c54c3410b66f0c0f2b (patch)
tree9f2cfe63b91b74fa2cd524818f4233d831307f7c /vcl
parent2413a8edc286982a39af8d482d6de709de79c14d (diff)
Fix error: use of undeclared identifier 'stderr'
Change-Id: Ie21b40f79882bdcf93e67b83dd8e97e72b69ea00
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/graphictools.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index da1cbaced63a..d68bc8b31bcf 100644
--- a/vcl/source/gdi/graphictools.cxx
+++ b/vcl/source/gdi/graphictools.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <stdio.h>
+
#include <tools/vcompat.hxx>
#include <vcl/graphictools.hxx>