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:
Kevin Easton
2013-11-09 11:04:30 +00:00
parent 112b38ac7a
commit 96f1d64aa0

View File

@@ -10,8 +10,8 @@
* @(#)$Id$
*/
#ifndef _TERM_H_
# define _TERM_H_
#ifndef IRCTERM_H_
# define IRCTERM_H_
#ifdef HAVE_NCURSES_H
# include <ncurses.h>
@@ -746,4 +746,4 @@ int tputs (const unsigned char *, int, int (*)(int));
#endif
#endif
#endif /* _TERM_H_ */
#endif /* IRCTERM_H_ */