summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-20 18:12:58 +0100
committerwm4 <wm4@nowhere>2013-11-20 18:12:58 +0100
commit31fc48f0a8e95ff5acc6db1a7f47e76fb7cf7717 (patch)
tree871574d6a0d5b5982cb433b787a06700a62aa42c /osdep
parent702962878b9c1a5453e7334669e8eed3be4f4faa (diff)
downloadmpv-31fc48f0a8e95ff5acc6db1a7f47e76fb7cf7717.tar.bz2
mpv-31fc48f0a8e95ff5acc6db1a7f47e76fb7cf7717.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.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/io.c2
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#ifdef _WIN32
#include <windows.h>