comparison utils.c @ 229:b0771ae979e3 libavformat

removed ctype.h header
author bellard
date Mon, 08 Sep 2003 20:04:44 +0000
parents 8d1569be0ee1
children 9f4f4ca9f7b5
comparison
equal deleted inserted replaced
228:542e6d639bb9 229:b0771ae979e3
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include <ctype.h>
21 #ifdef CONFIG_WIN32 20 #ifdef CONFIG_WIN32
22 #define strcasecmp _stricmp 21 #define strcasecmp _stricmp
23 #include <sys/types.h> 22 #include <sys/types.h>
24 #include <sys/timeb.h> 23 #include <sys/timeb.h>
25 #elif defined(CONFIG_OS2) 24 #elif defined(CONFIG_OS2)