1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2015-12-01 00:37:10 +00:00
commit 428b446381
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -33,6 +33,7 @@
*/
#include <assert.h>
#include <stdlib.h>
#include "ui/ui.h"
#include "ui/window.h"

View File

@ -33,6 +33,7 @@
*/
#include <assert.h>
#include <string.h>
#include "ui/win_types.h"
#include "window_list.h"