Changeset 326


Ignore:
Timestamp:
Mar 17, 2006 5:59:16 PM (18 years ago)
Author:
bennylp
Message:

Added <stdio.h> in this file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/string.h

    r315 r326  
    3535#endif 
    3636 
     37/* For sprintf family */ 
     38#include <stdio.h> 
     39 
    3740#if defined(_MSC_VER) 
    38 #   include <stdio.h> 
    3941#   define strcasecmp   _stricmp 
    4042#   define strncasecmp  _strnicmp 
Note: See TracChangeset for help on using the changeset viewer.