diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-27 20:32:55 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-27 20:32:55 +0000 |
commit | 7529306884a8a1fa49bbd7679fe501fbbacb8d9f (patch) | |
tree | 5beb7819c2377dc74507afd31134c24f269ae4a6 /input | |
parent | 8271fc722b86853e6da929c0d3ffc5c4ee5b4766 (diff) |
Include lirc.h in lirc.c to add missing prototypes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r-- | input/lirc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/lirc.c b/input/lirc.c index d7fb95d7f8..d926988b82 100644 --- a/input/lirc.c +++ b/input/lirc.c @@ -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; |