about summary refs log tree commit diff stats
path: root/src/ui/rosterwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-25 22:54:34 +0000
committerJames Booth <boothj5@gmail.com>2016-01-25 22:54:34 +0000
commit38dfdb9d844d7b63322b42372b95562f353453ef (patch)
tree5796d56a18cac26eb4b80e194b1ed69744dc0f7f /src/ui/rosterwin.c
parente3500ad008221735b27ea4d253c2dfa34058a54e (diff)
downloadprofani-tty-38dfdb9d844d7b63322b42372b95562f353453ef.tar.gz
Added missing header
Diffstat (limited to 'src/ui/rosterwin.c')
-rw-r--r--src/ui/rosterwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c
index 7dfad1e1..ed5e01f4 100644
--- a/src/ui/rosterwin.c
+++ b/src/ui/rosterwin.c
@@ -34,6 +34,7 @@
 
 #include <assert.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "contact.h"
 #include "ui/ui.h"