Author: hbelusca Date: Sun Sep 22 21:52:27 2013 New Revision: 60328
URL: http://svn.reactos.org/svn/reactos?rev=60328&view=rev Log: [APITEST:POWRPROF] Include stdio.h for printf function.
Modified: trunk/rostests/apitests/powrprof/power.c
Modified: trunk/rostests/apitests/powrprof/power.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/powrprof/power.c?... ============================================================================== --- trunk/rostests/apitests/powrprof/power.c [iso-8859-1] (original) +++ trunk/rostests/apitests/powrprof/power.c [iso-8859-1] Sun Sep 22 21:52:27 2013 @@ -9,6 +9,7 @@
#include <apitest.h>
+#include <stdio.h> #include <stdarg.h> #include <ntstatus.h> #define WIN32_NO_STATUS