From 701ec428333257e53099c233091323679299c9af Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 17 Mar 2006 17:59:16 +0000 Subject: Added in this file git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@326 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/string.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pjlib') diff --git a/pjlib/include/pj/compat/string.h b/pjlib/include/pj/compat/string.h index 6e70430f..2de20fcc 100644 --- a/pjlib/include/pj/compat/string.h +++ b/pjlib/include/pj/compat/string.h @@ -34,8 +34,10 @@ #endif +/* For sprintf family */ +#include + #if defined(_MSC_VER) -# include # define strcasecmp _stricmp # define strncasecmp _strnicmp # define snprintf _snprintf -- cgit v1.2.3