Commit 1cc355f3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing inclusion of <ctype.h>

parent c36afbf5
...@@ -47,6 +47,8 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram ...@@ -47,6 +47,8 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram
# include "config.h" # include "config.h"
#endif #endif
#include <ctype.h>
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_url.h> #include <vlc_url.h>
......
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
# define IPPROTO_UDPLITE 136 # define IPPROTO_UDPLITE 136
#endif #endif
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <assert.h> #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