diff input/joystick.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents 610a11e4db36
children 4129c8cfa742
line wrap: on
line diff
--- a/input/joystick.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/input/joystick.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,5 @@
+#ifndef JOYSTICK_H
+#define JOYSTICK_H
 
 #define JOY_BASE   (0x100+128)
 #define JOY_AXIS0_PLUS (JOY_BASE+0)
@@ -37,3 +39,4 @@
 
 int mp_input_joystick_read(int fd);
 
+#endif /* JOYSTICK_H */