summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index c45ebc754b..f0e87a89b7 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -1,5 +1,5 @@
-#ifndef __TIMER_H
-#define __TIMER_H
+#ifndef MPLAYER_TIMER_H
+#define MPLAYER_TIMER_H
extern const char *timer_name;
@@ -16,4 +16,4 @@ typedef void timer_callback( void );
extern unsigned set_timer_callback(unsigned ms,timer_callback func);
extern void restore_timer(void);
-#endif
+#endif /* MPLAYER_TIMER_H */