diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-22 22:55:23 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-22 22:55:23 +0100 |
commit | b75acf6367400ff88428618719cefbbee648b0cb (patch) | |
tree | 755665b39b0460ac557edabe0e7e66301156069a /storage_xml.c | |
parent | 2e44b1f12fb58a6969a8fbaf2946d6ecdace484a (diff) |
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.
Diffstat (limited to 'storage_xml.c')
-rw-r--r-- | storage_xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage_xml.c b/storage_xml.c index b78c3661..b6745c75 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -28,6 +28,7 @@ #include "base64.h" #include "arc.h" #include "md5.h" +#include "chat.h" #if GLIB_CHECK_VERSION(2,8,0) #include <glib/gstdio.h> |