summaryrefslogtreecommitdiffstats
path: root/input/lirc.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/lirc.h')
-rw-r--r--input/lirc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/input/lirc.h b/input/lirc.h
index 6271aaaeb2..08cb6e741a 100644
--- a/input/lirc.h
+++ b/input/lirc.h
@@ -1,4 +1,5 @@
-
+#ifndef LIRC_H
+#define LIRC_H
int
mp_input_lirc_init(void);
@@ -8,3 +9,5 @@ mp_input_lirc_read(int fd,char* dest, int s);
void
mp_input_lirc_close(int fd);
+
+#define /* LIRC_H */