aboutsummaryrefslogtreecommitdiff
path: root/src/ex_eval.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-04-03 17:07:14 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-04 16:33:12 -0300
commit6f53cb1cc311025f0c21d142af06fbfbda113fc4 (patch)
treed4381dd18e74f4bec084ed7602e90561fa3ad50c /src/ex_eval.c
parent3fe0580a8edae062c91fda83fcb2766188088f2e (diff)
downloadrneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.gz
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.bz2
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.zip
Extract memory.c from misc2.c
Diffstat (limited to 'src/ex_eval.c')
-rw-r--r--src/ex_eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_eval.c b/src/ex_eval.c
index 79fbd03bc6..639dbbfd43 100644
--- a/src/ex_eval.c
+++ b/src/ex_eval.c
@@ -19,6 +19,7 @@
#include "ex_docmd.h"
#include "message.h"
#include "misc2.h"
+#include "memory.h"
#include "regexp.h"