about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:23:55 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:23:55 +0100
commit25a6252a28d730126a9c20ba3172e2be285d794f (patch)
treedbf41290e7ebd09861fefb4e13d283f9a5e066cd /src/command/cmd_defs.c
parent0649aad80d9d76e793801e105e021a7175bb64a1 (diff)
downloadprofani-tty-25a6252a28d730126a9c20ba3172e2be285d794f.tar.gz
Moved chat_session.c
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 34f840ed..9f1f31ff 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -48,7 +48,7 @@
 
 #include <glib.h>
 
-#include "chat_session.h"
+#include "xmpp/chat_session.h"
 #include "command/cmd_defs.h"
 #include "command/cmd_funcs.h"
 #include "command/cmd_ac.h"