changeset 30725:ca614fc25817

Include lirc.h in lirc.c to add missing prototypes.
author cehoyos
date Sat, 27 Feb 2010 20:32:55 +0000
parents 1d8366d954ca
children 142003cb43c7
files input/lirc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;