aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index d25aeb2e..07cb709f 100644
--- a/unix.c
+++ b/unix.c
@@ -26,6 +26,7 @@
#include "bitlbee.h"
#include "commands.h"
#include "crypting.h"
+#include "otr.h"
#include "protocols/nogaim.h"
#include "help.h"
#include "ipc.h"
@@ -53,6 +54,7 @@ int main( int argc, char *argv[], char **envp )
b_main_init();
nogaim_init();
+ otr_init();
srand( time( NULL ) ^ getpid() );
global.helpfile = g_strdup( HELP_FILE );