From 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 22 Feb 2008 09:09:46 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'input/lirc.h') 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 */ -- cgit v1.2.3