pidgin/pidgin

Parents 001c4e774da0
Children e2967758a0c4
Fix a preproc check that should have been checking for HAVE_X11 but was just checking if windows
--- a/pidgin/gtkconv.c Sat Oct 12 22:49:37 2019 -0400
+++ b/pidgin/gtkconv.c Sun Oct 13 03:52:05 2019 -0500
@@ -23,7 +23,7 @@
#include "internal.h"
#include "pidgin.h"
-#ifndef _WIN32
+#ifdef HAVE_X11
# include <X11/Xlib.h>
#endif