aboutsummaryrefslogtreecommitdiff
path: root/contactList.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-05 19:16:42 +0100
committerache <ache@ache.one>2019-02-05 19:16:42 +0100
commit446e47937737980f6757134b77267bd83a69f066 (patch)
tree5324351635695458782522fb03f31a6ed7a7ea45 /contactList.h
parentSearch function (diff)
Add config file management
Diffstat (limited to 'contactList.h')
-rw-r--r--contactList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contactList.h b/contactList.h
index 43199a1..c5cf10c 100644
--- a/contactList.h
+++ b/contactList.h
@@ -3,6 +3,7 @@
#include <ncurses.h>
#include <stdio.h>
+#include <string.h>
#include "basic_curses.h"
typedef struct conversation conversation;