From 9eaba0c176a2b9f6544a897b451ff16d058e90d8 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 b618c76747..10fddd84bb 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