From a23b388edb71d6f2e79fd4bc057bcef415aa93a2 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 19 Jan 2011 12:05:18 +0000 Subject: [PATCH] [CMAKE] Include stdio.h into strsafe.h to silence a warning svn path=/branches/cmake-bringup/; revision=50430 --- include/psdk/strsafe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/psdk/strsafe.h b/include/psdk/strsafe.h index 7f09e1bd0fe..c9953c1b9b8 100644 --- a/include/psdk/strsafe.h +++ b/include/psdk/strsafe.h @@ -1,6 +1,7 @@ #ifndef __STRSAFE_H_ #define __STRSAFE_H_ +#include #include #include