From 8b1a283ee88b9d8888e2f395212f468170f6daab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 22 Sep 2013 21:52:27 +0000 Subject: [PATCH] [APITEST:POWRPROF] Include stdio.h for printf function. svn path=/trunk/; revision=60328 --- rostests/apitests/powrprof/power.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rostests/apitests/powrprof/power.c b/rostests/apitests/powrprof/power.c index fdc34baba63..ba27170f5c1 100644 --- a/rostests/apitests/powrprof/power.c +++ b/rostests/apitests/powrprof/power.c @@ -9,6 +9,7 @@ #include +#include #include #include #define WIN32_NO_STATUS -- 2.17.1