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