diff options
Diffstat (limited to 'protocols/oscar/aim.h')
-rw-r--r-- | protocols/oscar/aim.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/oscar/aim.h b/protocols/oscar/aim.h index 3b6b3925..fa1f884e 100644 --- a/protocols/oscar/aim.h +++ b/protocols/oscar/aim.h @@ -21,6 +21,11 @@ #include "bitlbee.h" +#ifdef WITH_PURPLE +/* For compatibility with builds that include both purple and this oscar module */ +#include "aim_prefixes.h" +#endif + /* XXX adjust these based on autoconf-detected platform */ typedef guint32 aim_snacid_t; typedef guint16 flap_seqnum_t; |