aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-14 21:54:08 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-15 11:50:22 -0300
commitc83e8b4dc74ba010e0279b67ef8ffa14103d89f6 (patch)
tree9969fbde12651043e0986c838c3f21ba924e579d /src/tag.c
parent1f578ec5a1baa75b557af2261518d9fb8aee488b (diff)
downloadrneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.gz
rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.bz2
rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.zip
Move and refactor mch_[gs]etperm to os/fs module.
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag.c b/src/tag.c
index 7154990ff4..2d0ad43008 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -41,6 +41,7 @@
#include "term.h"
#include "ui.h"
#include "window.h"
+#include "os/os.h"
/*
* Structure to hold pointers to various items in a tag line.