# HG changeset patch # User Richard Laager # Date 1181185916 0 # Node ID 6f7f5476582225aeaa10bc6855fb6ebfe0da6be6 # Parent 0c7e3e81c434511de6cb0222a798aeb8efd97139 Include pidgin.h to make this compile. diff -r 0c7e3e81c434 -r 6f7f54765822 pidgin/gtkimhtml.c --- 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 #endif + +#include "pidgin.h" + #include "debug.h" #include "util.h" #include "gtkimhtml.h"