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.
This commit is contained in:
wm4 2013-11-20 18:12:58 +01:00
parent 702962878b
commit 31fc48f0a8
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* with mplayer2. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#ifdef _WIN32
#include <windows.h>