about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-23 22:34:45 +0100
committerJames Booth <boothj5@gmail.com>2016-05-23 22:34:45 +0100
commit0edd4309257a8372761f44cbd576b027d1b9766c (patch)
treea34f200941578e4a6d351aacec4965f1c5207149 /src/ui/console.c
parent3aa788772ea74724ca49ab8488168144bb287daa (diff)
parentd0117cdabe5803867596c1256a68a22245abf166 (diff)
downloadprofani-tty-0edd4309257a8372761f44cbd576b027d1b9766c.tar.gz
Merge branch 'cmd-tidy'
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index cae0d637..a5ff3a76 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -43,7 +43,7 @@
 #include <ncurses.h>
 #endif
 
-#include "command/command.h"
+#include "command/cmd_defs.h"
 #include "common.h"
 #include "log.h"
 #include "muc.h"