diff --git a/README.md b/README.md index ce7537e7..64c9b1ef 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ Profanity is a console based XMPP client inspired by [Irssi](http://www.irssi.or ![alt tag](http://www.profanity.im/images/prof-1.png) -See the [User Guide](http://www.profanity.im/userguide.html) for information on installing, upgrading and using Profanity. +See the [User Guide](http://www.profanity.im/userguide.html) for information on installing and using Profanity. Links ----- Homepage: http://www.profanity.im +Chat room: profanitydev@conference.jabber.org + Mailing List: https://groups.google.com/forum/#!forum/profanitydev diff --git a/src/ui/mucconfwin.c b/src/ui/mucconfwin.c index c262ae0e..1e54f077 100644 --- a/src/ui/mucconfwin.c +++ b/src/ui/mucconfwin.c @@ -33,6 +33,7 @@ */ #include +#include #include "ui/ui.h" #include "ui/window.h" diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c index b19586bb..7051b57b 100644 --- a/src/ui/xmlwin.c +++ b/src/ui/xmlwin.c @@ -33,6 +33,7 @@ */ #include +#include #include "ui/win_types.h" #include "window_list.h"