pidgin/pidgin

Fix the Windows build

16 months ago, Gary Kramlich
fcc390443714
Parents 79a69a5933f3
Children 382ecbbf0080
Fix the Windows build

Include pidgindisplaywindow.h in gtkwin32dep.c which was causing the build to
fail.

Testing Done:
Compiled and ran on Windows.

Reviewed at https://reviews.imfreedom.org/r/2246/
--- a/pidgin/win32/gtkwin32dep.c Sun Feb 19 16:22:54 2023 -0600
+++ b/pidgin/win32/gtkwin32dep.c Sun Feb 19 17:56:40 2023 -0600
@@ -42,6 +42,7 @@
#include "gtkwin32dep.h"
#include "gtkblist.h"
#include "gtkconv.h"
+#include "pidgindisplaywindow.h"
/*
* GLOBALS