From 465f535c51f0b3c9050366fb4930c8a465a87f42 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 16 Feb 2010 15:03:03 +0000 Subject: #include corresponding .h files in .c files. This ensures that function declarations in both files always match. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30596 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/getch2.c') diff --git a/osdep/getch2.c b/osdep/getch2.c index 4a591da2db..7145504e5d 100644 --- a/osdep/getch2.c +++ b/osdep/getch2.c @@ -58,6 +58,7 @@ #include "mp_fifo.h" #include "keycodes.h" +#include "getch2.h" #ifdef HAVE_TERMIOS static struct termios tio_orig; -- cgit v1.2.3