[MPlayer-cvslog] r30767 - trunk/input/lirc.c

cehoyos subversion at mplayerhq.hu
Sat Feb 27 21:32:55 CET 2010


Author: cehoyos
Date: Sat Feb 27 21:32:55 2010
New Revision: 30767

Log:
Include lirc.h in lirc.c to add missing prototypes.

Modified:
   trunk/input/lirc.c

Modified: trunk/input/lirc.c
==============================================================================
--- trunk/input/lirc.c	Sat Feb 27 21:22:30 2010	(r30766)
+++ trunk/input/lirc.c	Sat Feb 27 21:32:55 2010	(r30767)
@@ -29,6 +29,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "input.h"
+#include "lirc.h"
 
 static struct lirc_config *lirc_config;
 char *lirc_configfile;


More information about the MPlayer-cvslog mailing list