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

https: fix test build with past POSIX versions

parent ff9ec7d2
......@@ -30,6 +30,9 @@
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#ifndef SOCK_CLOEXEC
# define SOCK_CLOEXEC 0
#endif
#include <vlc_common.h>
#include <vlc_block.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