From 1d68dcce50d356637cca98e004abd9ac0c4c709b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 15 Sep 2014 21:08:00 +0000 Subject: [PATCH 1/1] [ADVAPI32_APITEST] - Fix linux build svn path=/trunk/; revision=64164 --- rostests/apitests/advapi32/RtlEncryptMemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/advapi32/RtlEncryptMemory.c b/rostests/apitests/advapi32/RtlEncryptMemory.c index da53e041b44..043a074ee0a 100644 --- a/rostests/apitests/advapi32/RtlEncryptMemory.c +++ b/rostests/apitests/advapi32/RtlEncryptMemory.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include START_TEST(RtlEncryptMemory) { -- 2.17.1