Changeset b75acf6 for account.c


Ignore:
Timestamp:
2009-10-22T21:55:23Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4cf80bb
Parents:
2e44b1f
Message:

Don't include chat.h from bitlbee.h. make install-dev doesn't install
chat.h and it shouldn't ... but things broke because bitlbee.h includes
it. Fixes #534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    r2e44b1f rb75acf6  
    2727#include "bitlbee.h"
    2828#include "account.h"
     29#include "chat.h"
    2930
    3031account_t *account_add( irc_t *irc, struct prpl *prpl, char *user, char *pass )
Note: See TracChangeset for help on using the changeset viewer.