aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-02-28 02:59:44 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-28 06:43:20 -0300
commit55e00334fb8056e9dbd54513e9052519581808fb (patch)
tree8711cb8e8971a0bd6fd0e84d975943676b5a3391 /src
parent410f0a27c5dbd28a48d43af360c23c03ca088f6c (diff)
downloadrneovim-55e00334fb8056e9dbd54513e9052519581808fb.tar.gz
rneovim-55e00334fb8056e9dbd54513e9052519581808fb.tar.bz2
rneovim-55e00334fb8056e9dbd54513e9052519581808fb.zip
Include "garray.h" in ex_cmds2.c
Diffstat (limited to 'src')
-rw-r--r--src/ex_cmds2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index dfda02ff19..8aaa47cc34 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -28,6 +28,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
+#include "garray.h"
#include "move.h"
#include "normal.h"
#include "option.h"