From f59cda84b1e52293e656fffea1529896d28b2d21 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 29 Apr 2008 14:52:45 +0300 Subject: mp_fifo.c, osdep/: Include corresponding .h in .c files --- mp_fifo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_fifo.c') 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; -- cgit v1.2.3