changeset 18056:6f7f54765822

Include pidgin.h to make this compile.
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jun 2007 03:11:56 +0000
parents 0c7e3e81c434
children 23b03396e71e
files pidgin/gtkimhtml.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Thu Jun 07 03:11:40 2007 +0000
+++ b/pidgin/gtkimhtml.c	Thu Jun 07 03:11:56 2007 +0000
@@ -27,6 +27,9 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
+
+#include "pidgin.h"
+
 #include "debug.h"
 #include "util.h"
 #include "gtkimhtml.h"