diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 16:22:15 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 16:22:15 +0100 |
commit | ef942bd27a759b3016c473abba8066a8ddcb6ffe (patch) | |
tree | b4964a5d9fd2920c1195a98d08f82c44a7ef0dc4 /src/otr | |
parent | e7bfaa643fd8f57c50390194b0c804cacd5a0de4 (diff) | |
download | profani-tty-ef942bd27a759b3016c473abba8066a8ddcb6ffe.tar.gz |
Add config/files.c
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index 343bdcbc..3e4a90fc 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -40,6 +40,7 @@ #include "log.h" #include "config/preferences.h" +#include "config/files.h" #include "otr/otr.h" #include "otr/otrlib.h" #include "ui/ui.h" |