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

Missing #include

Pointed-out-by: Sébastien Escudier
parent 5cc3984f
......@@ -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