aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.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/os_unix.c
parent3fe0580a8edae062c91fda83fcb2766188088f2e (diff)
downloadrneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.gz
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.bz2
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.zip
Extract memory.c from misc2.c
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 7663bf6997..3afd4b9843 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -40,6 +40,7 @@
#include "main.h"
#include "mbyte.h"
#include "memline.h"
+#include "memory.h"
#include "message.h"
#include "misc1.h"
#include "misc2.h"