diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-04-03 17:07:14 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-04 16:33:12 -0300 |
commit | 6f53cb1cc311025f0c21d142af06fbfbda113fc4 (patch) | |
tree | d4381dd18e74f4bec084ed7602e90561fa3ad50c /src/syntax.c | |
parent | 3fe0580a8edae062c91fda83fcb2766188088f2e (diff) | |
download | rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.gz rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.bz2 rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.zip |
Extract memory.c from misc2.c
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 73db29bc49..453ee49e4b 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -26,6 +26,7 @@ #include "indent_c.h" #include "mbyte.h" #include "memline.h" +#include "memory.h" #include "message.h" #include "misc1.h" #include "misc2.h" |