diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-08 17:35:29 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-09 09:37:00 -0300 |
commit | 6089b2601678977122c0139bba77913e55cfb56e (patch) | |
tree | 22c41ab0350b3b01385673ffe50143a9a0523394 /src/fileio.c | |
parent | bd9cd693e765eebe243a91185a5aaf26e41e98f3 (diff) | |
download | rneovim-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/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 0bfa3ebfb2..5062924d2d 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -34,6 +34,7 @@ #include "crypt.h" #include "garray.h" #include "move.h" +#include "normal.h" #include "option.h" #include "os_unix.h" #include "quickfix.h" |