aboutsummaryrefslogtreecommitdiff
path: root/src/digraph.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/digraph.c
parent3fe0580a8edae062c91fda83fcb2766188088f2e (diff)
downloadrneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.gz
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.bz2
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.zip
Extract memory.c from misc2.c
Diffstat (limited to 'src/digraph.c')
-rw-r--r--src/digraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/digraph.c b/src/digraph.c
index bfa2d648c9..e0fda19387 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -12,6 +12,7 @@
#include "mbyte.h"
#include "message.h"
#include "misc2.h"
+#include "memory.h"
#include "garray.h"
#include "normal.h"
#include "screen.h"