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

Merge remote-tracking branch 'kiethandi/master'

This commit is contained in:
James Booth 2015-11-30 23:58:29 +00:00
commit d35f30f382
2 changed files with 2 additions and 0 deletions

View File

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

View File

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