diff mcabber/src/settings.h @ 1598:a087125d8fc8

Replace libjabber with loudmouth
author franky
date Sun, 11 Oct 2009 15:38:32 +0200
parents d431cd75eb53
children
line wrap: on
line diff
--- a/mcabber/src/settings.h	Thu Oct 08 19:40:23 2009 +0200
+++ b/mcabber/src/settings.h	Sun Oct 11 15:38:32 2009 +0200
@@ -4,7 +4,7 @@
 #include <ctype.h>
 #include <glib.h>
 
-#include "jabglue.h"
+#include "roster.h"
 
 #ifndef isblank
 # define isblank(c)  ((c) == 0x20 || (c) == 0x09)