From 5bbe8eb4d670b32fe514f629152a54064ce03ff0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 10 Feb 2013 16:48:18 +0000 Subject: [PATCH] [GDI32_APITEST] * Add missing stdio inclusion. svn path=/trunk/; revision=58307 --- rostests/apitests/gdi32/GetTextExtentExPoint.c | 1 + rostests/apitests/gdi32/PatBlt.c | 1 + 2 files changed, 2 insertions(+) diff --git a/rostests/apitests/gdi32/GetTextExtentExPoint.c b/rostests/apitests/gdi32/GetTextExtentExPoint.c index af7efd70fc2..35b9ad90a5e 100644 --- a/rostests/apitests/gdi32/GetTextExtentExPoint.c +++ b/rostests/apitests/gdi32/GetTextExtentExPoint.c @@ -5,6 +5,7 @@ * PROGRAMMERS: Timo Kreuzer */ +#include #include #include #include diff --git a/rostests/apitests/gdi32/PatBlt.c b/rostests/apitests/gdi32/PatBlt.c index de4e3637060..18832f19b48 100644 --- a/rostests/apitests/gdi32/PatBlt.c +++ b/rostests/apitests/gdi32/PatBlt.c @@ -5,6 +5,7 @@ * PROGRAMMERS: Timo Kreuzer */ +#include #include #include