aboutsummaryrefslogtreecommitdiff
path: root/src/message.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-02-28 01:35:53 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-28 06:43:20 -0300
commit410f0a27c5dbd28a48d43af360c23c03ca088f6c (patch)
tree4d2454a3af3b77c0adb4185682b2cb41b6afb199 /src/message.c
parent79882bc7bdcb7de8827cb08187ea6252f4d1fd6e (diff)
downloadrneovim-410f0a27c5dbd28a48d43af360c23c03ca088f6c.tar.gz
rneovim-410f0a27c5dbd28a48d43af360c23c03ca088f6c.tar.bz2
rneovim-410f0a27c5dbd28a48d43af360c23c03ca088f6c.zip
Extract garray.c from misc2.c
Start to split misc2.c in many other files (see #209).
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 99d52380a4..094e2f5f8e 100644
--- a/src/message.c
+++ b/src/message.c
@@ -23,6 +23,7 @@
#include "mbyte.h"
#include "misc1.h"
#include "misc2.h"
+#include "garray.h"
#include "ops.h"
#include "option.h"
#include "screen.h"