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

Missing #include

Pointed-out-by: Sébastien Escudier
(cherry picked from commit f8e7eaf7ec85cf694ead92564a4797b5e01e4033)
parent 5a495ea5
......@@ -31,6 +31,8 @@
#include <vlc_common.h>
#include <errno.h>
#undef iconv_t
#undef iconv_open
#undef iconv
......@@ -47,7 +49,6 @@
#ifdef HAVE_FORK
# include <signal.h>
# include <unistd.h>
# include <errno.h>
# include <sys/wait.h>
# include <sys/socket.h>
# include <sys/poll.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