grim/pidgin

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

Testing Done:
Local compile only.

Reviewed at https://reviews.imfreedom.org/r/500/
noinst_LTLIBRARIES=libpurple-ciphers.la
libpurple_ciphers_la_SOURCES=\
des.c \
gchecksum.c \
hmac.c \
md4.c \
md5.c \
rc4.c \
sha1.c \
sha256.c
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
$(GLIB_CFLAGS)