# HG changeset patch # User Richard Laager # Date 1135878248 0 # Node ID 00e1a81307b2bfa8413761491dcb24a425859fcd # Parent de93d4988ad429567889ce3a9aeb3646044624d6 [gaim-migrate @ 15017] Patch from Jon Oberheide to gaim-devel: "Include guards are missing from gtklog.h" committer: Tailor Script diff -r de93d4988ad4 -r 00e1a81307b2 src/gtklog.h --- a/src/gtklog.h Thu Dec 29 15:55:30 2005 +0000 +++ b/src/gtklog.h Thu Dec 29 17:44:08 2005 +0000 @@ -22,6 +22,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef _GAIM_GTKLOG_H_ +#define _GAIM_GTKLOG_H_ #include "gtkgaim.h" #include "log.h" @@ -53,3 +55,5 @@ void gaim_gtk_log_show_contact(GaimContact *contact); void gaim_gtk_syslog_show(void); + +#endif