diff options
author | James Booth <boothj5@gmail.com> | 2016-01-25 22:54:34 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-01-25 22:54:34 +0000 |
commit | 38dfdb9d844d7b63322b42372b95562f353453ef (patch) | |
tree | 5796d56a18cac26eb4b80e194b1ed69744dc0f7f /src/ui | |
parent | e3500ad008221735b27ea4d253c2dfa34058a54e (diff) | |
download | profani-tty-38dfdb9d844d7b63322b42372b95562f353453ef.tar.gz |
Added missing header
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/rosterwin.c | 1 |
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" |