changeset 12674:00e1a81307b2

[gaim-migrate @ 15017] Patch from Jon Oberheide to gaim-devel: "Include guards are missing from gtklog.h" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 17:44:08 +0000
parents de93d4988ad4
children 323af3853ed5
files src/gtklog.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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