pidgin/pidgin

Parents 5f0d2faa75ad
Children 865ab9664766
Not sure how this go typoed and not found until now, but here's a fix
--- a/libpurple/chat.c Thu Aug 25 22:53:51 2016 -0500
+++ b/libpurple/chat.c Thu Aug 25 23:22:54 2016 -0500
@@ -23,7 +23,7 @@
#include "internal.h"
#include "chat.h"
#include "dbus-maybe.h"
-#include "utils.h"
+#include "util.h"
#define PURPLE_CHAT_GET_PRIVATE(obj) \
(G_TYPE_INSTANCE_GET_PRIVATE((obj), PURPLE_TYPE_CHAT, PurpleChatPrivate))