Author: sserapion Date: Sun May 30 07:58:45 2010 New Revision: 47433
URL: http://svn.reactos.org/svn/reactos?rev=47433&view=rev Log: fix implicit declarations of memset and _vsnprintf
Modified: branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h
Modified: branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/includ... ============================================================================== --- branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h [iso-8859-1] Sun May 30 07:58:45 2010 @@ -3,6 +3,8 @@
#include <stdlib.h> #include <stdarg.h> +#include <stdio.h> +#include <string.h>
#if defined(STRSAFE_NO_CCH_FUNCTIONS) && defined(STRSAFE_NO_CB_FUNCTIONS) #error Both STRSAFE_NO_CCH_FUNCTIONS and STRSAFE_NO_CB_FUNCTIONS are defined