summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-11 12:19:43 +0200
committerwm4 <wm4@nowhere>2013-06-11 12:24:11 +0200
commitff832dd149aaacb862069cf46cee982aa7362349 (patch)
treeba5d4bc819f8aa617df3126e7473f39a6e178d9d /core
parent6c3a1f68ff81763c72eb00b19dc4469adc8cc33c (diff)
downloadmpv-ff832dd149aaacb862069cf46cee982aa7362349.tar.bz2
mpv-ff832dd149aaacb862069cf46cee982aa7362349.tar.xz
options: fix compilation on Windows
Closes github issue #107. (Hopefully.)
Diffstat (limited to 'core')
-rw-r--r--core/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.c b/core/options.c
index 60eb86a448..dd527d5538 100644
--- a/core/options.c
+++ b/core/options.c
@@ -38,6 +38,7 @@
#include "audio/filter/af.h"
#include "audio/decode/dec_audio.h"
#include "mp_core.h"
+#include "osdep/priority.h"
extern char *lirc_configfile;