summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-17 17:59:16 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-17 17:59:16 +0000
commit701ec428333257e53099c233091323679299c9af (patch)
tree8dd34b2d3b34a73dafb000d1cba1f2f550ed42f5
parent5abc68b6abcc1275eacc869206745e034180ee7e (diff)
Added <stdio.h> in this file
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@326 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjlib/include/pj/compat/string.h4
1 files changed, 3 insertions, 1 deletions
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 <stdio.h>
+
#if defined(_MSC_VER)
-# include <stdio.h>
# define strcasecmp _stricmp
# define strncasecmp _strnicmp
# define snprintf _snprintf