From 6089b2601678977122c0139bba77913e55cfb56e Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Sat, 8 Mar 2014 17:35:29 -0300 Subject: Move exarg_T and cmdarg_T from structs.h to normal.h --- src/ex_cmds_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ex_cmds_defs.h') diff --git a/src/ex_cmds_defs.h b/src/ex_cmds_defs.h index 7c1ac1bc1b..8b6c7c866e 100644 --- a/src/ex_cmds_defs.h +++ b/src/ex_cmds_defs.h @@ -6,6 +6,8 @@ * Do ":help credits" in Vim to see a list of people who contributed. */ +#include "normal.h" + /* * This file defines the Ex commands. * When DO_DECLARE_EXCMD is defined, the table with ex command names and -- cgit