From 2b6af2000b421057a3194a962a9ab6be39d0a838 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 21:35:58 +0000 Subject: Add multiple inclusion guards to all header files that lack them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/joystick.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'input/joystick.h') diff --git a/input/joystick.h b/input/joystick.h index 9e017b321d..f7b8cb323d 100644 --- a/input/joystick.h +++ b/input/joystick.h @@ -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_init(char* dev); int mp_input_joystick_read(int fd); +#endif /* JOYSTICK_H */ -- cgit v1.2.3