about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-15 20:39:17 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 20:39:17 +0100
commitc76692516a65af35249e93071a6478fd9d799fff (patch)
tree33cc0f7c7ec700e86a4ee81a2588ff8ba06ad60f /src/command/command.c
parentb52de6869a2d22426eb77ae62c17514fb8520308 (diff)
parent5cdd69f478e6bbd4b8b0ca03daab56e6206c3ab2 (diff)
downloadprofani-tty-c76692516a65af35249e93071a6478fd9d799fff.tar.gz
Merge branch 'master' into openpgp
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 4599a022..840a23e5 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -66,7 +66,7 @@
 #include "xmpp/xmpp.h"
 #include "xmpp/bookmark.h"
 #include "ui/ui.h"
-#include "ui/windows.h"
+#include "window_list.h"
 
 typedef char*(*autocompleter)(char*, int*);