about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-11 22:22:59 +0100
committerJames Booth <boothj5@gmail.com>2016-05-11 22:22:59 +0100
commitd805d0c8864894e007e64ae9973c519a38bb284a (patch)
tree8e103ef7e91a322845eff9f8fa54aa93d2ef08f5 /src
parent53282060474a3dcf86a2319f7088bc2c336f1ae7 (diff)
downloadprofani-tty-d805d0c8864894e007e64ae9973c519a38bb284a.tar.gz
Added missing header in ui.h
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index a4b9e8ec..18a5864f 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -41,6 +41,7 @@
 #include "ui/win_types.h"
 #include "muc.h"
 #include "config/tlscerts.h"
+#include "config/account.h"
 #ifdef HAVE_LIBOTR
 #include "otr/otr.h"
 #endif