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 --- osdep/getch2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'osdep/getch2.h') diff --git a/osdep/getch2.h b/osdep/getch2.h index eb1ae49fa3..bc3402a498 100644 --- a/osdep/getch2.h +++ b/osdep/getch2.h @@ -1,6 +1,9 @@ /* GyS-TermIO v2.0 (for GySmail v3) (C) 1999 A'rpi/ESP-team */ /* a very small replacement of ncurses library */ +#ifndef GETCH2_H +#define GETCH2_H + /* Screen size. Initialized by load_termcap() and get_screen_size() */ extern int screen_width; extern int screen_height; @@ -24,3 +27,5 @@ extern void getch2(void); #ifdef __MINGW32__ extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size); #endif + +#endif /* GETCH2_H */ -- cgit v1.2.3