Change ircterm.h header include guard so that it doesn't clash with
the system term.h. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@433 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
* @(#)$Id$
|
* @(#)$Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _TERM_H_
|
#ifndef IRCTERM_H_
|
||||||
# define _TERM_H_
|
# define IRCTERM_H_
|
||||||
|
|
||||||
#ifdef HAVE_NCURSES_H
|
#ifdef HAVE_NCURSES_H
|
||||||
# include <ncurses.h>
|
# include <ncurses.h>
|
||||||
@@ -746,4 +746,4 @@ int tputs (const unsigned char *, int, int (*)(int));
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _TERM_H_ */
|
#endif /* IRCTERM_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user