libpurple/protocols/irc/irc.h

changeset 37418
28302ab00d1a
parent 37016
48f85579cc4c
child 37667
4523af5dc59c
equal deleted inserted replaced
37417:b29ee022017f 37418:28302ab00d1a
22 22
23 #ifndef _PURPLE_IRC_H 23 #ifndef _PURPLE_IRC_H
24 #define _PURPLE_IRC_H 24 #define _PURPLE_IRC_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 #include <gmodule.h>
27 28
28 #ifdef HAVE_CYRUS_SASL 29 #ifdef HAVE_CYRUS_SASL
29 #include <sasl/sasl.h> 30 #include <sasl/sasl.h>
30 #endif 31 #endif
31 32

mercurial