Commit 1d48edd5 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

OS/2: Include ctype.h in modules/demux/playlist/playlist.c

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 61e310a3
......@@ -32,8 +32,9 @@
#include <vlc_plugin.h>
#include <vlc_demux.h>
#include <vlc_url.h>
#ifdef WIN32
# include <ctype.h>
#if defined( WIN32 ) || defined( __OS2__ )
# include <ctype.h> /* isalpha */
#endif
#include <assert.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment