diff options
author | James Booth <boothj5@gmail.com> | 2015-11-20 00:38:08 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-20 00:38:08 +0000 |
commit | 99b4fff94995dde75af929922dc7bf1ae8b9ce41 (patch) | |
tree | 5e683ecc3e64d9d055d9663aa591f3164d8d83ec | |
parent | 548f9394beb86e3636182a175baeb7c4f3333a01 (diff) | |
parent | f9483371032bd962c686de782078ea46b0c1b42c (diff) | |
download | profani-tty-99b4fff94995dde75af929922dc7bf1ae8b9ce41.tar.gz |
Merge remote-tracking branch 'kiethandi/patch-2'
-rw-r--r-- | src/ui/privwin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/privwin.c b/src/ui/privwin.c index af7ad0de..6031a2c0 100644 --- a/src/ui/privwin.c +++ b/src/ui/privwin.c @@ -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) { |