# HG changeset patch # User cehoyos # Date 1267302775 0 # Node ID ca614fc2581786ec40dc4aa4342d791440b30ef7 # Parent 1d8366d954cadebbda06ba238a67763e976f80fd Include lirc.h in lirc.c to add missing prototypes. diff -r 1d8366d954ca -r ca614fc25817 input/lirc.c --- a/input/lirc.c Sat Feb 27 20:22:30 2010 +0000 +++ b/input/lirc.c Sat Feb 27 20:32:55 2010 +0000 @@ -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;