about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
-rw-r--r--src/command/commands.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index e76027c1..d8f55205 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -41,7 +41,7 @@
 #include "jid.h"
 #include "log.h"
 #include "muc.h"
-#include "otr.h"
+#include "otr/otr.h"
 #include "profanity.h"
 #include "tools/autocomplete.h"
 #include "tools/parser.h"
diff --git a/src/command/commands.c b/src/command/commands.c
index d0dda7ec..75a5523e 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -38,7 +38,7 @@
 #include "jid.h"
 #include "log.h"
 #include "muc.h"
-#include "otr.h"
+#include "otr/otr.h"
 #include "profanity.h"
 #include "tools/autocomplete.h"
 #include "tools/parser.h"