pidgin/pidgin

81417b812648
Parents b119cf7a05b9
Children 011cdaa64ecc
Add config.h in another header that needs it.

Actually, some irc C files check `HAVE_CYRUS_SASL` too, and probably
were not compiling with it since they don't seem to include the config
either.

Testing Done:
Compile only

Reviewed at https://reviews.imfreedom.org/r/52/
--- a/libpurple/protocols/irc/irc.h Mon Jul 27 00:20:24 2020 -0500
+++ b/libpurple/protocols/irc/irc.h Mon Jul 27 20:23:45 2020 -0500
@@ -24,6 +24,8 @@
#include <glib.h>
#include <gmodule.h>
+#include <config.h>
+
#ifdef HAVE_CYRUS_SASL
#include <sasl/sasl.h>
#endif