summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-20 18:12:58 +0100
committerwm4 <wm4@nowhere>2013-12-01 19:27:54 +0100
commit9eaba0c176a2b9f6544a897b451ff16d058e90d8 (patch)
treef50e307606e4fee251e21bbdab8896da8c02e2f5
parent196c7abcdb9e1ac9f76f0d7b9c6d74c78ff43c49 (diff)
downloadmpv-9eaba0c176a2b9f6544a897b451ff16d058e90d8.tar.bz2
mpv-9eaba0c176a2b9f6544a897b451ff16d058e90d8.tar.xz
osdep/io.c: include config.h
This possibly enables code that has never been tested before (accidentally), so let's hope this works out ok.
-rw-r--r--osdep/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/io.c b/osdep/io.c
index b618c76747..10fddd84bb 100644
--- a/osdep/io.c
+++ b/osdep/io.c
@@ -18,6 +18,8 @@
* with mplayer2. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#ifdef _WIN32
#include <windows.h>