pidgin/pidgin

Fix a missing include for at least windows in glibcompat.h
release-2.x.y
2021-02-12, Gary Kramlich
6f5dea8b78f7
Parents d687fda4047d
Children fe331f8fcbc2
Fix a missing include for at least windows in glibcompat.h

Testing Done:
Local compile only.

Reviewed at https://reviews.imfreedom.org/r/500/
--- a/libpurple/glibcompat.h Fri Feb 12 04:07:08 2021 -0600
+++ b/libpurple/glibcompat.h Fri Feb 12 18:39:57 2021 -0600
@@ -27,6 +27,8 @@
#ifndef PURPLE_GLIBCOMPAT_H
#define PURPLE_GLIBCOMPAT_H
+#include <string.h>
+
#include <glib.h>
#if !GLIB_CHECK_VERSION(2,28,0)