summaryrefslogtreecommitdiffstats
path: root/mp_fifo.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:52:45 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:52:45 +0300
commitf59cda84b1e52293e656fffea1529896d28b2d21 (patch)
treea5949b65bef2d2aa11e10d392091e0159409280d /mp_fifo.c
parent13110e92ba809e2c8a247f827bb42fe6ec1a2ce9 (diff)
downloadmpv-f59cda84b1e52293e656fffea1529896d28b2d21.tar.bz2
mpv-f59cda84b1e52293e656fffea1529896d28b2d21.tar.xz
mp_fifo.c, osdep/: Include corresponding .h in .c files
Diffstat (limited to 'mp_fifo.c')
-rw-r--r--mp_fifo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_fifo.c b/mp_fifo.c
index ebb9dccf75..14d0317243 100644
--- a/mp_fifo.c
+++ b/mp_fifo.c
@@ -2,6 +2,7 @@
#include "osdep/timer.h"
#include "input/input.h"
#include "input/mouse.h"
+#include "mp_fifo.h"
int key_fifo_size = 7;