From 31fc48f0a8e95ff5acc6db1a7f47e76fb7cf7717 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Nov 2013 18:12:58 +0100 Subject: 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. --- osdep/io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osdep/io.c b/osdep/io.c index b949746e6e..cc99c24370 100644 --- a/osdep/io.c +++ b/osdep/io.c @@ -18,6 +18,8 @@ * with mplayer2. If not, see . */ +#include "config.h" + #ifdef _WIN32 #include -- cgit v1.2.3