aboutsummaryrefslogtreecommitdiff
path: root/src/message.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-08 17:35:29 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-09 09:37:00 -0300
commit6089b2601678977122c0139bba77913e55cfb56e (patch)
tree22c41ab0350b3b01385673ffe50143a9a0523394 /src/message.c
parentbd9cd693e765eebe243a91185a5aaf26e41e98f3 (diff)
downloadrneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.gz
rneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.bz2
rneovim-6089b2601678977122c0139bba77913e55cfb56e.zip
Move exarg_T and cmdarg_T from structs.h to normal.h
Diffstat (limited to 'src/message.c')
-rw-r--r--src/message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.c b/src/message.c
index 6948cefe12..c04fb246cc 100644
--- a/src/message.c
+++ b/src/message.c
@@ -27,6 +27,7 @@
#include "garray.h"
#include "ops.h"
#include "option.h"
+#include "normal.h"
#include "screen.h"
#include "term.h"
#include "ui.h"