diff --git a/include/ircterm.h b/include/ircterm.h index 9f385df..90032ce 100644 --- a/include/ircterm.h +++ b/include/ircterm.h @@ -10,8 +10,8 @@ * @(#)$Id$ */ -#ifndef _TERM_H_ -# define _TERM_H_ +#ifndef IRCTERM_H_ +# define IRCTERM_H_ #ifdef HAVE_NCURSES_H # include @@ -746,4 +746,4 @@ int tputs (const unsigned char *, int, int (*)(int)); #endif #endif -#endif /* _TERM_H_ */ +#endif /* IRCTERM_H_ */