Commit a2031251 authored by Luca Barbato's avatar Luca Barbato

proto: include os_support.h in network.h

Fix compilation on systems without poll()
parent 91819763
......@@ -22,6 +22,7 @@
#define AVFORMAT_NETWORK_H
#include "config.h"
#include "os_support.h"
#if HAVE_WINSOCK2_H
#include <winsock2.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