1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Merge remote-tracking branch 'kiethandi/patch-2'

This commit is contained in:
James Booth 2015-11-20 00:38:08 +00:00
commit 99b4fff949

View File

@ -34,6 +34,7 @@
#include <assert.h>
#include <glib.h>
#include <stdlib.h>
#include "ui/win_types.h"
#include "ui/window.h"
@ -41,6 +42,7 @@
#include "window_list.h"
#include "config/preferences.h"
void
privwin_incoming_msg(ProfPrivateWin *privatewin, const char *const message, GDateTime *timestamp)
{