aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-27 16:29:44 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-29 13:29:52 -0300
commitf5154d7451c09b39ea6944795c59f86aaad393e0 (patch)
tree538fe9d79c9792c2ad13d73457ec762c53ed3a10 /src/os_unix.c
parent86180787fa8ee414dddfd370c81742543bc5dde4 (diff)
downloadrneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.gz
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.bz2
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.zip
Extract path.c from misc1.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 20d78817ab..7290822fd1 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -44,6 +44,7 @@
#include "misc1.h"
#include "misc2.h"
#include "garray.h"
+#include "path.h"
#include "screen.h"
#include "syntax.h"
#include "term.h"